Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119000566
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
Tue, Jun 24, 01:17
Size
182 B
Mime Type
text/x-shellscript
Expires
Thu, Jun 26, 01:17 (2 d)
Engine
blob
Format
Raw Data
Handle
26959805
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
hello.run
View Options
#!/bin/bash
#SBATCH --workdir $SLURM_SUBMIT_DIR
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --mem 1024
sleep 10
echo "hello from `hostname`"
sleep 10
Event Timeline
Log In to Comment