[Users] Cactus build problems
Ian Smith
the.pond at dsl.pipex.com
Wed Aug 20 08:53:24 CDT 2014
I forgot to list my machine file, sorry!
$ cat simfactory/mdb/machines/sumo.ini
[generic]
# Machine description
nickname = sumo
name = Generic Machine
location = somewhere
description = Whatever
status = personal
# Access to this machine
hostname = generic.some.where
aliaspattern = ^generic\.some\.where$
# Source tree management
sourcebasedir = /home/@USER@
optionlist = generic.cfg
submitscript = generic.sub
runscript = generic.run
make = make -j2
basedir = /home/@USER@/simulations
ppn = 2 # or more
max-num-threads = 2 # or more
num-threads = 2 # or more
nodes = 1
submit = exec @SCRIPTFILE@ < /dev/null > /dev/null 2> /dev/null
& echo $!
getstatus = ps @JOB_ID@
stop = kill @JOB_ID@
submitpattern = (.*)
statuspattern = "^ *@JOB_ID@ "
queuedpattern = $^
runningpattern = ^
holdingpattern = $^
exechost = echo localhost
exechostpattern = (.*)
stdout = cat @SIMULATION_NAME at .out
stderr = cat @SIMULATION_NAME at .err
stdout-follow = tail -n 100 -f @SIMULATION_NAME at .out @SIMULATION_NAME at .err
Cheers,
Ian.
More information about the Users
mailing list