Skip to content

Commit

Permalink
add gpu partition #225
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Feb 6, 2025
1 parent 983839a commit 3ce8441
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion src/feelpp/benchmarking/reframe/config/machineConfigs/gaya.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,35 @@
'memory_per_node':500
}
},
{
'name':'gpu',
'scheduler':'squeue',
'launcher':'local',
'max_jobs':4,
'access': ['--partition=gpu'],
'environs': ['default'],
'prepare_cmds': [
'source /etc/profile.d/modules.sh',
"export PATH=/opt/apptainer/v1.3.5/apptainer/bin/:$PATH"
],
'processor': {
'num_cpus': 32
},
'devices': [
{
'type': 'gpu',
'num_devices': 3
}
],
'container_platforms':[
{
'type': 'Apptainer'
}
],
'extras':{
'memory_per_node':256
}
}
]
}
],
Expand All @@ -50,7 +79,7 @@
'modules': [],
'cc': 'clang',
'cxx': 'clang++',
'target_systems': ['gaya:production']
'target_systems': ['gaya:production','gaya:gpu']
},
{
'name': 'hpcx',
Expand Down

0 comments on commit 3ce8441

Please sign in to comment.