[ET Trac] [Einstein Toolkit] #205: Running on Requin fails
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Thu Feb 3 16:25:25 CST 2011
#205: Running on Requin fails
-------------------------+--------------------------------------------------
Reporter: eschnett | Owner: mthomas
Type: defect | Status: new
Priority: critical | Milestone:
Component: SimFactory | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by barry.wardell):
This problem was preventing my jobs from running on Datura too. I tracked
it down to CleanupRestarts() which gets called in main() in sim.py. (Why
does this need to be called every time SimFactory is run?)
When the queueing system starts the job, it calls the submit script which
executes 'sim run ...'. CleanupRestarts() checks if active_id != -1, which
it is not as it has already been set to 0. It then calls finish() for that
restart so that it is no longer active by the time the runscript is run.
I don't really understand the code well enough to suggest a solution,
although removing the CleanupRestarts() call from sim.py is sufficient to
get my job to run.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/205#comment:2>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list