Skip to content

Commit

Permalink
change in raster plot time interval from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shimoura committed Nov 14, 2023
1 parent f8999ca commit dcaf30f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"error" : "out/log/{wildcards.experiment}_{rule}.e",
"cpus-per-task" : 1,
"ntasks" : 1,
"nodes" : 1,
"ntasks-per-node" : 1,
"mem" : 10
"mem" : 10,
"account": "jinb33",
"partition": "dc-cpu"
},
"createNetwork" :
{
Expand All @@ -17,14 +20,18 @@
{
"time" : "01:00:00",
"ntasks" : 192,
"nodes" : 6,
"cpus-per-task" : 4,
"ntasks-per-node" : 32,
"mem" : 500
},
"analyzeNetwork" :
{
"time" : "02:00:00",
"cpus-per-task" : 8,
"time" : "04:00:00",
"nodes" : 1,
"ntasks" : 1,
"ntasks-per-node" : 1,
"cpus-per-task" : 128,
"mem" : 60
}
}
2 changes: 1 addition & 1 deletion experiments/experiment_stabilized_bestfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ana_params = {
'plotRasterArea': {
'fraction': 0.05,
'low': 2500,
'low': 12000,
'high': 12500
},
'functconn_corr': {
Expand Down
2 changes: 1 addition & 1 deletion experiments/experiment_stabilized_groundstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ana_params = {
'plotRasterArea': {
'fraction': 0.05,
'low': 2500,
'low': 12000,
'high': 12500
},
'functconn_corr': {
Expand Down

0 comments on commit dcaf30f

Please sign in to comment.