Skip to content

Commit 84775cf

Browse files
authored
Merge pull request #238 from ucgmsim/gmsimviz
using data package like gmsimviz
2 parents 7b278c6 + 9c561fb commit 84775cf

8 files changed

+244
-156
lines changed

qcore/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def get_machine_config(hostname=node(), config_path=None):
5454

5555

5656
class ConfigKeys(Enum):
57-
GMT_DATA = auto()
5857
tools_dir = auto()
5958
cores_per_node = auto()
6059
MAX_JOB_WCT = auto()

qcore/configs/machine_local.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"GMT_DATA" : "/nesi/project/nesi00213/PlottingData",
32
"tools_dir" : "/nesi/project/nesi00213/tools",
43
"cores_per_node" : 1,
54
"MAX_NODES_PER_JOB" : 1,
65
"MAX_JOB_WCT" : 1000
7-
}
6+
}

qcore/configs/machine_mahuika.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"GMT_DATA" : "/nesi/project/nesi00213/PlottingData",
32
"tools_dir" : "/nesi/project/nesi00213/opt/mahuika/hybrid_sim_tools/",
43
"cores_per_node" : 36,
54
"MAX_NODES_PER_JOB" : 66,

qcore/configs/machine_maui.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"GMT_DATA" : "/nesi/project/nesi00213/PlottingData",
32
"tools_dir" : "/nesi/project/nesi00213/opt/maui/hybrid_sim_tools/",
43
"OpenSees" : "/nesi/project/nesi00213/opt/maui/software/OpenSees/3.2.0-CrayGNU-19.04/OpenSees",
54
"cores_per_node" : 40,

qcore/configs/machine_nurion.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"GMT_DATA" : "/home01/hpc11a02/gmsim/PlottingData",
32
"tools_dir" : "/home01/hpc11a02/gmsim/tools/",
43
"cores_per_node": 64,
54
"MAX_NODES_PER_JOB" : 4970,
65
"MAX_JOB_WCT" : 48
7-
}
6+
}

qcore/configs/machine_stampede2.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"GMT_DATA": "/work/06833/sungbae/stampede2/PlottingData",
32
"tools_dir": "/work/06833/sungbae/stampede2/tools",
43
"cores_per_node": 64,
54
"MAX_NODES_PER_JOB" : 256,
65
"MAX_JOB_WCT" : 48
7-
}
6+
}

0 commit comments

Comments
 (0)