Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91039794
job.amber.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
Thu, Nov 7, 05:08
Size
540 B
Mime Type
text/x-shellscript
Expires
Sat, Nov 9, 05:08 (2 d)
Engine
blob
Format
Raw Data
Handle
22171342
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
job.amber.slurm
View Options
#!/bin/bash -l
#SBATCH -J amber
#SBATCH --mem=32000
#SBATCH --nodes=1
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-core=1
#SBATCH --partition=gpu
#SBATCH --qos=gpu
#SBATCH --gres=gpu:1
#SBATCH --time=0:05:00
module load amber/14/intel-14.0.1_cuda
export SLURM_TMPDIR=/tmp/${SLURM_JOBID}.slurm
export WORKDIR=$PWD
mkdir $SLURM_TMPDIR
rsync -a . $SLURM_TMPDIR/
cd $SLURM_TMPDIR
pmemd.cuda_SPFP -O -i md.in -o md.out -p AAAT.top -c AAAT_ini.rst -r AAAT.1.rst -x AAAT.1.trj -e AAAT.1.ene
rsync -a . $WORKDIR/
cd $WORKDIR
rm -rf $SLURM_TMPDIR
Event Timeline
Log In to Comment