* (WIP) Minor improvement + documentation.
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
#!/bin/bash -l
|
#!/bin/bash -l
|
||||||
|
#
|
||||||
|
# QUANTUM ESPRESSO (PWSCF) SUBMISSION SCRIPT
|
||||||
|
#
|
||||||
|
# Author: ODU Research Computing Services
|
||||||
|
#
|
||||||
|
# Usage: g09slurm INPUT_FILE.com [OUTPUT_FILE.out] [START_TIME]
|
||||||
|
|
||||||
|
|
||||||
|
MYSELF=$0
|
||||||
|
MYNAME=$(basename "$MYSELF")
|
||||||
|
|
||||||
module load openmpi/3.1.4
|
module load openmpi/3.1.4
|
||||||
module load quantum-espresso/6.3
|
module load quantum-espresso/6.3
|
||||||
@@ -8,7 +18,7 @@ name=`basename $0`
|
|||||||
if [ $# -ne 3 ]; then
|
if [ $# -ne 3 ]; then
|
||||||
echo "Usage: $name [number of processors {1 - 256}] [inputfile] [outputfile]"
|
echo "Usage: $name [number of processors {1 - 256}] [inputfile] [outputfile]"
|
||||||
echo
|
echo
|
||||||
echo "Example: $name 4 data.in results.out"
|
echo "Example: $name 4 model.in results.out"
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user