Skip to content

Commit

Permalink
Batch central
Browse files Browse the repository at this point in the history
  • Loading branch information
OsKnoth committed Jul 12, 2024
1 parent cf43be2 commit cae7e8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ LocalPreferences.toml
LocalPreferences.toml
*.list
list1
TestScore_P.jl
16 changes: 16 additions & 0 deletions BatchScripts/central/runHillAgnesi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
#SBATCH --partition=gpu
#SBATCH --nodes=1
#SBATCH --tasks-per-node=1 # number of MPI ranks per node
#SBATCH --gres=gpu:1 # GPUs per node; should equal tasks-per-node
#SBATCH --time=8:00:00
#SBATCH --mem-per-gpu=32GB

module purge
module load climacommon

export JuliaDevice="GPU"
export JuliaGPU="AMD"

srun ./Jobs/NHCart/JobNHHillAgnesiCart

1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProfileCanvas = "efd6af41-a80b-495e-886c-e51b0c7d77a3"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"
ScoreP = "754d78bd-90ed-4ac3-9051-8d885452e256"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialPolynomials = "a25cea48-d430-424a-8ee7-0d3ad3742e9e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Expand Down

0 comments on commit cae7e8e

Please sign in to comment.