This seemed plausible. However, "procs" is apparently understood to mean
"nodes" (which apparently could not be more than one if only one computer is
working on the problem) instead of "threads."
robert@robert-desktop:~/Cactus$ ./simfactory/bin/sim submit static_tov
--parfile=par/static_tov_small.par --procs=4 --walltime=8:0:0Warning: job
status is UWarning: job status is UAssigned restart id: 3 Error: Too many nodes
specified: nodes=4 (maxnodes is 1)Aborting Simfactory.
On Saturday, May 6, 2017 12:57 AM, Ian Hinder <[email protected]> wrote:
On 5 May 2017, at 19:03, Robert Kopp <[email protected]> wrote:
The attachments are the same order as they appear in the list you submitted.
The following command line was used to begin the simulation:# modify parameter
file for smaller memory footprint using sed
sed '/CoordBase::d[xyz]/s/8/12/' <par/static_tov.par >par/static_tov_small.par
# start simulation, watch log output
./simfactory/bin/sim submit static_tov --parfile=par/static_tov_small.par
--procs=1 --walltime=8:0:0
./simfactory/bin/sim show-output --follow static_tovI hope this looks right
when I submit it. I appreciate the effort on your part to determine the cause
of the difficulty.
Hi,
I think I see the problem. The argument --procs specifies the number of cores,
not the number of processes. So if you say --procs=1, you will always run on
one core. You want --procs=4.
-- Ian Hinderhttp://members.aei.mpg.de/ianhin
_______________________________________________
Users mailing list
[email protected]
http://cactuscode.org/mailman/listinfo/users