#!/bin/bash #PBS -q regular #PBS -l walltime=22:00:00 #PBS -l mppwidth=5 #PBS -V cd $PBS_O_WORKDIR DYNAMIQ=${DYNAMIQ_BASEDIR}/branches/dwhs/spinboson/dynamiq #aprun -n 1 ${DYNAMIQ} old_fig3_N1000_max100wc.inp & aprun -n 1 ${DYNAMIQ} old_fig3_N1000_max10wc.inp & aprun -n 1 ${DYNAMIQ} old_fig3_N1000_max200wc.inp & #aprun -n 1 ${DYNAMIQ} old_fig3_N1000_max20wc.inp & #aprun -n 1 ${DYNAMIQ} old_fig3_N1000_max60wc.inp # correcting for having forgotten all the max10wc.inp aprun -n 1 ${DYNAMIQ} old_fig3_N100_max10wc.inp & aprun -n 1 ${DYNAMIQ} old_fig3_N200_max10wc.inp & aprun -n 1 ${DYNAMIQ} old_fig3_N500_max10wc.inp aprun -n 1 ${DYNAMIQ} old_fig3_N700_max10wc.inp wait gnuplot old_debye_bywmax.gnuplot gnuplot old_debye_byNmax.gnuplot gnuplot old_debye_byTraj.gnuplot # for researchblog.py : old_debye_test.job researchblog.py old_debye_test_1000.job