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_tov
> I 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 Hinder
http://members.aei.mpg.de/ianhin

_______________________________________________
Users mailing list
[email protected]
http://cactuscode.org/mailman/listinfo/users

Reply via email to