Separating CPU time output from Data outut to allow better analysis.

This commit is contained in:
Jorge Gonzalez 2020-12-07 17:58:33 +01:00
commit 7152a232fe
6 changed files with 29 additions and 10 deletions

View file

@ -1,8 +1,9 @@
{
"output": {
"path": "./runs/ALPHIE_Grid/",
"trigger": 500,
"cpuTime": false,
"triggerOutput": 500,
"triggerCPUTime": 1,
"cpuTime": true,
"numColl": false,
"EMField": true
},