Skip to content
Snippets Groups Projects
Commit 6f1f2f7c authored by Paul Gierz's avatar Paul Gierz
Browse files

fix: small fix for time limits

parent 0bc1e112
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -e #!/bin/bash -e
#SBATCH -c 18 --time=12:00:00 -p smp #SBATCH -c 18 --time=00:29:00 -p smp -o ${HOME}/slurm-%j.out
#SBATCH -o $HOME/slurm-%j.out
#Xsrun I know what I am doing #Xsrun I know what I am doing
cd {{cookiecutter.project_path}}/FESOM2_MeshGen_{{cookiecutter.mesh_name}}/mesh_CORE2_{{cookiecutter.mesh_name}} cd {{cookiecutter.project_path}}/FESOM2_MeshGen_{{cookiecutter.mesh_name}}/mesh_CORE2_{{cookiecutter.mesh_name}}
......
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