Skip to content

Commit

Permalink
added space
Browse files Browse the repository at this point in the history
  • Loading branch information
apetri committed Mar 20, 2016
1 parent f929224 commit b2b0552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lenstools/pipeline/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cores_per_node" : 24,
"memory_per_node" : 64.0*u.Gbyte,
"cores_at_execution_switch" : "-n ",
"offset_switch" : "-N",
"offset_switch" : "-N ",
"wait_switch" : "wait",
"multiple_executables_on_node" : False
}
Expand All @@ -72,7 +72,7 @@
"cores_per_node" : 32,
"memory_per_node" : 128.0*u.Gbyte,
"cores_at_execution_switch" : "-n ",
"offset_switch" : "-N",
"offset_switch" : "-N ",
"wait_switch" : "wait",
"multiple_executables_on_node" : False
}
Expand Down

0 comments on commit b2b0552

Please sign in to comment.