Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93152628
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
Tue, Nov 26, 14:56
Size
764 B
Mime Type
text/x-shellscript
Expires
Thu, Nov 28, 14:56 (2 d)
Engine
blob
Format
Raw Data
Handle
22584884
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