Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91240285
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
Sat, Nov 9, 06:53
Size
358 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 06:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22227635
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
hello.run
View Options
#!/bin/bash
#SBATCH --nodes 1
#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
module purge
module load intel intelmpi
# compiled with mpiicc hello_mpi.c -o hello_mpi
srun ./hello_mpi
Event Timeline
Log In to Comment