Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guilara committed Jul 30, 2024
1 parent 31c801c commit 8fd717f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions support/SubmitScripts/Urania.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@
# https://docs.mpcdf.mpg.de/doc/computing/clusters/systems/Gravitational_Physics_ACR.html

{% block head %}
# Standard output and error:
#SBATCH -o ./tjob.out.%j
#SBATCH -e ./tjob.err.%j
# Initial working directory:
{{ super() -}}
#SBATCH -D ./
# Number of MPI Tasks, e.g. 4:
#SBATCH --nodes {{ num_nodes | default(1) }}
#SBATCH --ntasks-per-node=1
#SBATCH --ntasks-per-core=1
#SBATCH --cpus-per-task=72
# Memory usage [MB] of the job is required, 2200 MB per task:
#SBATCH --mem=240000
# Wall clock limit:
#SBATCH -t {{ time_limit | default("1-00:00:00") }}
#SBATCH -p {{ queue | default("p.debug") }}
{% endblock %}
Expand Down

0 comments on commit 8fd717f

Please sign in to comment.