Skip to content

Commit

Permalink
add vega #206
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 20, 2024
1 parent d68b8ed commit c2fabb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/feelpp/benchmarking/scripts/hpcSystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def dispatch(machine_name):
return HpcSystem( runner = "self-gaya", machine = "gaya", python_version = "3.10", user_name = "prudhomm", submit = "cli" )
elif machine_name == "discoverer":
return HpcSystem( runner = "self-discoverer", machine = "discoverer", partition = "truePartition", python_version = "3.6", user_name = "vchabannes", submit = "cli" )
elif machine_name == "vega":
return HpcSystem( runner= "self-vega", machine="vega", python_version = "3", user_name = "euvincentc", submit ="cli" )
else:
raise ValueError(f"HPC resource {machine_name} not found...")

Expand Down

0 comments on commit c2fabb5

Please sign in to comment.