We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99adaae commit faab042Copy full SHA for faab042
pyneuroml/nsgr/__init__.py
@@ -59,10 +59,12 @@ def run_on_nsg(
59
nsg_sim_config_dict = {
60
"number_cores_": "1",
61
"number_nodes_": "1",
62
+ "number_gbmemorypernode_": "1",
63
"tasks_per_node_": "1",
64
"runtime_": "0.5",
65
'toolId': "PY_EXPANSE",
- 'nrnivmodl_o_': "1"
66
+ 'nrnivmodl_o_': "1",
67
+ "cmdlineopts_": "-nogui"
68
}
69
70
.. versionadded:: 1.0.10
@@ -104,9 +106,11 @@ def run_on_nsg(
104
106
105
107
108
109
110
111
"toolId": "PY_EXPANSE",
112
"nrnivmodl_o_": "1",
113
+ "cmdlineopts_": "-nogui",
114
115
116
# update dict based on user values
0 commit comments