When submitting an existing simulation, number of procs defaults to 1

Issue #21 closed
Ian Hinder created an issue

I first create-submit a simulation like this:

sim2 create-submit sf2cp --parfile parfiles/sf2cp.par --configuration sim2 --procs 4 --walltime 1:00:00

and wait for it to finish. I then try to submit it again:

sim2 --remotemachine damiana submit sf2cp

expecting it to use the parameters from the first restart in the second. It says:

Warning: number of processors to use in the simulation was not specified, defaulting to 1

and indeed it tries to run with 1 processor.

Keyword:

Comments (4)

  1. Erik Schnetter
    • removed comment

    The number of processors as well as a few other options (ppn, ppn-used, num-threads, allocation, queue, walltime, etc.) should be taken from the previous restart unless they are changed by a command line option.

  2. Log in to comment