forked from HPCNow/SubmitScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crystal-09-mpi-iqtc01.sub
39 lines (35 loc) · 1.01 KB
/
crystal-09-mpi-iqtc01.sub
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash
##########################################
# SGE options and parameters
##########################################
# (1) Name of the job
#$ -N crystal09-MPI
# (2) Requested resources
# Parallel Environment and number of cores
#$ -pe mpi 16
# Queue
#$ -q iqtc01.q
# Shell
#$ -S /bin/bash
# (3) Output files
#$ -cwd
#$ -o crystal09-mpi.out
#$ -e crystal09-mpi.err
# (4) Remove the first '#' of the following 2 lines if you want to receive an email when the job ends.
##$ -m e
##$ -M [email protected]
##########################################
# User environment.
##########################################
# Load the modules needed
. /etc/profile.d/modules.sh
module load crystal/09
##########################################
# Run the job
#########################################
runmpi.iqtc INPUT $NSLOTS
##########################################
# Copy the results to our home directory
##########################################
mkdir -p $HOME/TESTS/crystal09/tests/out
cp -r $TMPDIR/* $HOME/TESTS/crystal09/tests/out/