Skip to content

Commit

Permalink
Clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
guilara committed Jul 31, 2024
1 parent 4dfc02c commit 3d4f862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions support/SubmitScripts/Urania.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@

{% block head %}
{{ super() -}}
#SBATCH -D ./
#SBATCH --nodes {{ num_nodes | default(1) }}
#SBATCH --ntasks-per-node=1
#SBATCH --ntasks-per-core=1
#SBATCH --cpus-per-task=72
#SBATCH --mem=240000
#SBATCH -t {{ time_limit | default("1-00:00:00") }}
#SBATCH -p {{ queue | default("p.debug") }}
#SBATCH -p {{ queue | default("p.urania") }}
{% endblock %}

{% block charm_ppn %}
Expand Down

0 comments on commit 3d4f862

Please sign in to comment.