Skip to content
Snippets Groups Projects
Commit 6abe0953 authored by jourdain's avatar jourdain
Browse files

RAMSES: Fix path for large case

parent 7f0f7f64
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --job-name=RamsesBig
#SBATCH --job-name=RamsesLarge
#SBATCH --nodes=320
#SBATCH --ntasks=12800
#SBATCH --threads-per-core=1
#SBATCH --time=00:30:00
#SBATCH --output=ramses3dBig-jean-zay-cpu-%j.out
#SBATCH --output=ramses3dLarge-jean-zay-cpu-%j.out
#SBATCH --hint=nomultithread
#SBATCH --qos=qos_cpu-t3
#SBATCH -A qbg@cpu
set -x
source ./env
SIMU=$bench_dir/testcase_big/ # Working directory
SIMU=$bench_dir/testcase_large/ # Working directory
NML="cosmo.nml" # Namelist file
RAMSES=$ramses_dir/ramses/bin/ramses3d # ramses executable
DATE=`date +"%m-%d-%y-%H-%M-%S"`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment