- changed status to open
- assigned issue to
- changed milestone to ET_2011_05
- removed comment
Test parameter files without running them
It would be useful to be able to check that the parameters of a run are OK before running it. Since there can be long queue times on supercomputers, it would be good to do this on a local machine which might not have as much memory as is required for the full run. Currently, running the job would cause memory exhaustion on the smaller machine.
One solution would be an additional command-line argument to Cactus --exit-after-paramcheck which stops the run cleanly after the PARAMCHECK Cactus bin. This is preferable to a new Cactus parameter, as it would not require the parameter file to be modified. One could imagine this also being potentially used by simfactory automatically when submitting a job (though this would only work if you could run MPI executables on the head node).
Keyword:
Comments (12)
-
-
- changed milestone to ET_2011_11
- removed comment
-
reporter - removed milestone
- removed comment
This won't be implemented before the release. Removing milestone.
-
- changed status to open
- removed comment
-
- removed comment
Is the CCTK_Exit(NULL,0); within CactusInitialiseGH intentional? Doesn't this always abort the run?
-
- removed comment
The message just before exiting Cactus should be longer and explains what happens, and e.g. point to the command line option that was used.
-
- removed comment
Sorry, the changes to "src/main/CactusDefaultInitialise.c" should be removed from the patch. In my tests, I could not get this routine to actually be called. I'd intended to remove that call. The one in WarnLevel.c is the one that actually aborts the run.
-
- removed comment
CactusDefaultInitialise is called if the driver does not provide an initalisation routine. Carpet does, I don't recall whether PUGH does as well. Try running with an empty parameter file (no thorns active) to have this routine called.
-
- changed status to open
- removed comment
Please apply.
-
repo owner - removed comment
Steve: do you want to apply this or are there more outstanding issues?
-
repo owner - removed comment
Looks ok (just in case there is need for a second ok).
-
- changed status to resolved
- removed comment
A couple of things where fixed in order to get the parameter to show up in the parameter listing and make the short version (-P) work.
- Log in to comment