build command broken

Issue #239 closed
Erik Schnetter created an issue

I am trying to build remotely from numrel07 on philip. This fails with the following output:

Building debug configuration... [2011-01-25 13:45:52] Executing: ./simfactory/bin/sim --remote philip build --clean --reconfig --debug --optionlist=philip-mpich.cfg --submitscript=philip-mpich.sub --runscript=philip-mpich.run --thornlist=manifest/einsteintoolkit.th DEBUG: Simfactory command: ./simfactory/bin/../lib/sim.py "--remote" "philip" "build" "--clean" "--reconfig" "--debug" "--optionlist=philip-mpich.cfg" "--submitscript=philip-mpich.sub" "--runscript=philip-mpich.run" "--thornlist=manifest/einsteintoolkit.th" DEBUG: Version exported The Simulation Factory: Manage Cactus simulations

Info: defs: /home/eschnett/EinsteinToolkit-hg-vanilla/simfactory/etc/defs.ini Info: defs.local: /home/eschnett/EinsteinToolkit-hg-vanilla/simfactory/etc/defs.local.ini Executing command for remote machine: philip DEBUG: Simfactory command: /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/bin/../lib/sim.py "build" "--runscript=philip-mpich.run" "--optionlist=philip-mpich.cfg" "--submitscript=philip-mpich.sub" "--clean" "--reconfig" "--debug" "--thornlist=manifest/einsteintoolkit.th" DEBUG: Version exported The Simulation Factory: Manage Cactus simulations

Info: defs: /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/etc/defs.ini Info: defs.local: /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/etc/defs.local.ini chmod: cannot access /work/eschnett/philip/simulations/ml-mclachlan-lc-p000007-t09-i0006/output-0000/TERMINATE': No such file or directory chmod: cannot accessml-mclachlan-lc-p000007-t09-i0006.out': No such file or directory chmod: Info: executing command: /bin/bash -c '{ { :; } && { qstat 72977; }; } 2>&1'

cannot access `ml-mclachlan-lc-p000007-t09-i0006.err': No such file or directory Traceback (most recent call last): File "/project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/bin/../lib/sim.py", line 142, in ? main() File "/project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/bin/../lib/sim.py", line 131, in main restartlib.CleanupRestarts() File "/project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/lib/restartlib.py", line 232, in CleanupRestarts restart.finish() File "/project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/lib/simrestart.py", line 1347, in finish if os.path.exists(sspath): UnboundLocalError: local variable 'sspath' referenced before assignment Info: executing command: /bin/bash -c '{ :; } && { { :; } && { :; } && ssh -Y -o UserKnownHostsFile=/home/eschnett/EinsteinToolkit-hg-vanilla/simfactory/etc/ssh_known_hosts eschnett@philip1.hpc.lsu.edu '\''cd /project/numrel/eschnett/philip && cd /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla && /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/bin/sim '\''\'\'''\''build'\''\'\'''\'' --runscript=philip-mpich.run --optionlist=philip-mpich.cfg --submitscript=philip-mpich.sub --clean --reconfig --debug --thornlist=manifest/einsteintoolkit.th'\''; }'

Error 256 occured while executing command "/bin/bash -c '{ :; } && { { :; } && { :; } && ssh -Y -o UserKnownHostsFile=/home/eschnett/EinsteinToolkit-hg-vanilla/simfactory/etc/ssh_known_hosts eschnett@philip1.hpc.lsu.edu '\''cd /project/numrel/eschnett/philip && cd /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla && /project/numrel/eschnett/philip/EinsteinToolkit-hg-vanilla/simfactory/bin/sim '\''\'\'''\''build'\''\'\'''\'' --runscript=philip-mpich.run --optionlist=philip-mpich.cfg --submitscript=philip-mpich.sub --clean --reconfig --debug --thornlist=manifest/einsteintoolkit.th'\''; }'"

Keyword:

Comments (2)

  1. Log in to comment