Skip to content
Snippets Groups Projects
Commit 3a28258c authored by Ali Safari's avatar Ali Safari
Browse files

asas

parent 7ec28b83
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -l #!/bin/bash -l
# #
# allocate 16 nodes (64 CPUs) for 6 hours # allocate 16 nodes (64 CPUs) for 6 hours
#PBS -l nodes=4:ppn=40,walltime=16:00:00 #PBS -l nodes=4:ppn=40,walltime=01:00:00
# #
# job name # job name
#PBS -N TestAval #PBS -N TestAval
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
# stdout and stderr files # stdout and stderr files
#PBS -o aval.out -e aval.err #PBS -o aval.out -e aval.err
# #
#PBS -q devel
#
# first non-empty non-comment line ends PBS options # first non-empty non-comment line ends PBS options
# jobs always start in $HOME - # jobs always start in $HOME -
...@@ -29,6 +31,7 @@ if [ ! "${HOSTN#ww8}" == "$(hostname)" ]; then ...@@ -29,6 +31,7 @@ if [ ! "${HOSTN#ww8}" == "$(hostname)" ]; then
echo "Hi: $SIMPATH/$INPUTFILE" echo "Hi: $SIMPATH/$INPUTFILE"
$EXEC "$SIMPATH/$INPUTFILE" $EXEC "$SIMPATH/$INPUTFILE"
else else
echo "Hi: $SIMPATH/$INPUTFILE"
mkdir ${HOME}/$PBS_JOBID mkdir ${HOME}/$PBS_JOBID
cd ${HOME}/$PBS_JOBID cd ${HOME}/$PBS_JOBID
module load intel64 module load intel64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment