Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121848525
job.fluent.slurm
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jul 14, 09:35
Size
764 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 16, 09:35 (2 d)
Engine
blob
Format
Raw Data
Handle
27400964
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
job.fluent.slurm
View Options
#!/bin/bash -l
#SBATCH --job-name fluent_test
#SBATCH --nodes 1
#SBATCH --ntasks 16
#SBATCH --cpus-per-task 1
#SBATCH --ntasks-per-node 16
#SBATCH --mem 4000
#SBATCH --time 00:10:00
module load ansys/15.0.7
echo "================================================================"
date
echo "================================================================"
echo ""
# run Fluent 3d double precision without GUI using 16 processors
if [ -f fluent-test.log ]; then
rm -f fluent-test.log
fi
fluent 3ddp -g -t16 -ssh -i fluent-test.jou > fluent-test.log 2>&1
STATUS=$?
echo "================================================================"
date
echo "================================================================"
echo ""
echo "STATUS = $STATUS"
echo ""
Event Timeline
Log In to Comment