Skip to content
Snippets Groups Projects
Commit 106781c2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Update run_pbs.sh

parent 27491618
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
# PBS -l pvmem=63000mb # PBS -l pvmem=63000mb
#PBS -m "abe" #PBS -m "abe"
#PBS -M cgeuzaine@ulg.ac.be #PBS -M cgeuzaine@uliege.be
#PBS -N GetDP_DDM #PBS -N GetDP_DDM
MPI_PROCESSES=`cat $PBS_NODEFILE | wc -l` MPI_PROCESSES=`cat $PBS_NODEFILE | wc -l`
...@@ -55,7 +55,7 @@ OPT="-setnumber ANALYSIS 1 ...@@ -55,7 +55,7 @@ OPT="-setnumber ANALYSIS 1
GMSH="$HOME/src/gmsh/bin/gmsh $OPT -v 3 -bin"; GMSH="$HOME/src/gmsh/bin/gmsh $OPT -v 3 -bin";
GETDP="$HOME/src/getdp/bin/getdp $OPT -v 3 -bin"; GETDP="$HOME/src/getdp/bin/getdp $OPT -v 3 -bin";
DIR="$HOME/src/getdp/benchmarks/ddm_waves"; DIR="$HOME/models/GetDDM";
FILE="$DIR/waveguide3d"; FILE="$DIR/waveguide3d";
exec > ${DIR}/res_${PBS_JOBID}.log exec > ${DIR}/res_${PBS_JOBID}.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment