Skip to content

Commit

Permalink
merge from devel
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Dec 16, 2024
2 parents 4a80a6a + fc61207 commit 90ed7b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions examples/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
"cores" : 64
},

"ncsa.delta_gpu_a100_4way": {
"project" : "bblj-delta-gpu",
"queue" : "gpuA100x4",
"schema" : "local",
"cores" : 128,
"gpus" : 8
},

"anl.arcticus" : {
"project" : null,
"queue" : "arcticus",
Expand Down
10 changes: 5 additions & 5 deletions src/radical/pilot/configs/resource_ncsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"module reset",
"module load anaconda3_cpu"
],
"default_remote_workdir" : "/scratch/%(pd.project)s/$USER",
"default_remote_workdir" : "/projects/%(pd.project)s/$USER",
"virtenv_mode" : "local"
},

Expand Down Expand Up @@ -66,7 +66,7 @@
"module reset",
"module load anaconda3_gpu"
],
"default_remote_workdir" : "/scratch/%(pd.project)s/$USER",
"default_remote_workdir" : "/projects/%(pd.project)s/$USER",
"virtenv_mode" : "local"
},

Expand Down Expand Up @@ -102,7 +102,7 @@
"module reset",
"module load anaconda3_gpu"
],
"default_remote_workdir" : "/scratch/%(pd.project)s/$USER",
"default_remote_workdir" : "/projects/%(pd.project)s/$USER",
"virtenv_mode" : "local"
},

Expand Down Expand Up @@ -138,7 +138,7 @@
"module reset",
"module load anaconda3_gpu"
],
"default_remote_workdir" : "/scratch/%(pd.project)s/$USER",
"default_remote_workdir" : "/projects/%(pd.project)s/$USER",
"virtenv_mode" : "local"
},

Expand Down Expand Up @@ -174,7 +174,7 @@
"module reset",
"module load anaconda3_mi100"
],
"default_remote_workdir" : "/scratch/%(pd.project)s/$USER",
"default_remote_workdir" : "/projects/%(pd.project)s/$USER",
"virtenv_mode" : "local"
}
}
Expand Down

0 comments on commit 90ed7b9

Please sign in to comment.