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

Update run_slurm.sh

parent 07a45107
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/bin/bash
#SBATCH --job-name=GetDP_DDM
#SBATCH --job-name=GetDDM
#SBATCH --output=res_%j.txt
#SBATCH --time=1000
#SBATCH --ntasks=100
#SBATCH --cpus-per-task=1
# #SBATCH --ntasks-per-node=16
#SBATCH --ntasks-per-node=8
#SBATCH --mem-per-cpu=4000
#SBATCH --mail-user=cgeuzaine@ulg.ac.be
#SBATCH --mail-user=cgeuzaine@uliege.be
#SBATCH --mail-type=ALL
OPT="-setnumber ANALYSIS 1
......@@ -22,7 +22,7 @@ MPIRUN="mpirun --bind-to-core"
GMSH="$HOME/src/gmsh/bin/gmsh $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"
cat $0
......
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