Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91010920
job.gaussian-tiemout.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
Wed, Nov 6, 22:08
Size
282 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 8, 22:08 (2 d)
Engine
blob
Format
Raw Data
Handle
22178977
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
job.gaussian-tiemout.slurm
View Options
#!/bin/bash
#SBATCH -J gaussian
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=8
#SBATCH --mem=8000
#SBATCH --time=00:10:00
##SBATCH --signal=B:USR1@120
module purge
module load gaussian
trap 'kill -s USR1 $PID' SIGUSR1
g09_run test.inp > test.out &
PID=$!
wait ${PID}
wait ${PID}
Event Timeline
Log In to Comment