Skip to content

Commit

Permalink
Merge branch 'devel' into fix/deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky authored Nov 7, 2024
2 parents 3fdd26d + 8934069 commit 9eeca95
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/radical/pilot/configs/resource_tianjin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"sugon":
{
"description" : "Heterogeneous HPC cluster located in Tianjun Sugon, China",
"notes" : "Access from: https://www.scnet.cn/ui/mall/",
"default_schema" : "local",
"schemas" : {
"local" : {
"job_manager_endpoint": "slurm://localhost/",
"filesystem_endpoint" : "file://localhost/"
}
},
"default_queue" : "standard",
"resource_manager" : "SLURM",
"agent_scheduler" : "CONTINUOUS",
"agent_spawner" : "POPEN",
"launch_methods" : {
"order": ["SRUN"],
"SRUN" : {}
},
"pre_bootstrap_0" : [
"module load compiler/dtk/22.04.2",
"module load compiler/devtoolset/7.3.1",
"module load mpi/hpcx/gcc-7.3.1",
"module load anaconda3"
],
"default_remote_workdir" : "$HOME",
"virtenv_mode" : "local",
"system_architecture" : {"exclusive": true}
}
}

0 comments on commit 9eeca95

Please sign in to comment.