Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97003172
hello.run
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
Wed, Jan 1, 13:06
Size
455 B
Mime Type
text/x-shellscript
Expires
Fri, Jan 3, 13:06 (2 d)
Engine
blob
Format
Raw Data
Handle
23310341
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
hello.run
View Options
#!/bin/bash -l
#SBATCH --nodes 2
#SBATCH --ntasks-per-node 4
## cpus-per-task > 1 needed for multithreaded applications
#SBATCH --cpus-per-task 1
## maximum memory needed in MB
#SBATCH --mem 4096
## maximum walltime needed
#SBATCH --time 00:05:00
echo
echo STARTING AT `date`
echo
module purge
module load intel intelmpi
module list
echo
echo "*** C ***"
srun ./hello_c
echo "*** FORTRAN ***"
srun ./hello_f90
echo "*** C++ ***"
srun ./hello_cxx
Event Timeline
Log In to Comment