Skip to content

Commit 331f6ac

Browse files
committed
Revert startSingleProcess needs more work
1 parent 79981b0 commit 331f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/esciencecenter/xenon/schedulers/JobDescription.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class JobDescription {
8383
private int tempSpace = -1;
8484

8585
/** If true, only a single process is started on the first node acquired, instead of nodeCount * processesPerNode. */
86-
private boolean startSingleProcess = true;
86+
private boolean startSingleProcess = false;
8787

8888
/** The maximum run time in minutes. */
8989
private int maxRuntime = -1;

0 commit comments

Comments
 (0)