radical-cybertools / radical.owms

Tiered Resource OverlaY
Other
0 stars 1 forks source link

Tutorial 01 fails #64

Closed mturilli closed 10 years ago

mturilli commented 10 years ago
2014:02:26 08:46:13 MainThread   saga.PBSJobService    : [ERROR   ] Error running job via 'qsub': qsub: Unknown queue MSG=cannot locate queue
. Commandline was: SCRIPTFILE=`mktemp -t SAGA-Python-PBSJobScript.XXXXXX` &&  echo "
#!/bin/bash 
#PBS -V 
#PBS -o /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047/STDOUT 
#PBS -e /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047/STDERR 
#PBS -l walltime=10:0:00 
#PBS -q interactive 
#PBS -l nodes=1:ppn=8 
export    PBS_O_WORKDIR=/N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047 
mkdir -p  /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047
cd        /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047
./bootstrap-and-run-agent -r ec2-184-72-89-141.compute-1.amazonaws.com:27017/ -d sagapilot -s 530df01a3cf74916be5ad044 -p 530df01b3cf74916be5ad047 -t 600 -c 8 -C -l MPIRUN -e \"module purge\" -e \"module load python\" -e \"module load openmpi\" -i /N/soft/python/2.7/bin/python " > $SCRIPTFILE && /opt/torque/bin/qsub $SCRIPTFILE && rm -f $SCRIPTFILE
2014:02:26 08:46:13 PoolWorker-3:MainThread sagapilot.logger      : [ERROR   ] Pilot Job submission failed:
 Error running job via 'qsub': qsub: Unknown queue MSG=cannot locate queue
. Commandline was: SCRIPTFILE=`mktemp -t SAGA-Python-PBSJobScript.XXXXXX` &&  echo "
#!/bin/bash 
#PBS -V 
#PBS -o /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047/STDOUT 
#PBS -e /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047/STDERR 
#PBS -l walltime=10:0:00 
#PBS -q interactive 
#PBS -l nodes=1:ppn=8 
export    PBS_O_WORKDIR=/N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047 
mkdir -p  /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047
cd        /N/u/mturilli/troy_agents/pilot-530df01b3cf74916be5ad047
./bootstrap-and-run-agent -r ec2-184-72-89-141.compute-1.amazonaws.com:27017/ -d sagapilot -s 530df01a3cf74916be5ad044 -p 530df01b3cf74916be5ad047 -t 600 -c 8 -C -l MPIRUN -e \"module purge\" -e \"module load python\" -e \"module load openmpi\" -i /N/soft/python/2.7/bin/python " > $SCRIPTFILE && /opt/torque/bin/qsub $SCRIPTFILE && rm -f $SCRIPTFILE (/Users/mturilli/Virtualenvs/TROY_devel/lib/python2.7/site-packages/saga/adaptors/pbs/pbsjob.py +97 (log_error_and_raise)  :  raise exception(message))
andre-merzky commented 10 years ago

was fixed by removing faulty queue default.