Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 43)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#27 fixed Unknown queue name error bas Philip Knaute
Description

Dear Bas, I hope it is OK to post a question regarding pbs_pyhon on here. I couldn't find a mailing list or something similar.

I installed pbs_python and all the examples run fine, so far. But whenever I try to submit a job I get the error '15018 Unknown queue name'.

The queue name I give with attropl[4].name = pbs.ATTR_q attropl[4].value = 'auto' (I also tried appending following line, even if I wasn't sure what it does : attropl[4].op = pbs.EQ )

is a valid queue name that works perfectly in a pbs script with #PBS -q auto

I also tried other valid queue names.

ommiting the pbs_ATTR_q didn't help either.

I use job_id = pbs.pbs_submit(c, attropl, "A.tsk", 'NULL', 'NULL') to submit the job and the script A.tsk runs fine if I use "qsub A.tsk" on the command line.

Do you have an idea what I might have missed or not done correctly?

Thank you, Philip

#47 fixed Torque 5.0.x Support bas pcarey
Description

We are using torque 5.0.0, so I downloaded the latest stable pbs_python version (4.4.0). I am having problems with the make portion of pbs_python (4.4.0) with torque (5.0.0).

-bash-3.2$ ./configure checking for pbs-config... /usr/local/torque/5.0.0/bin/pbs-config Found torque version: 5.0.0 checking for python... /usr/bin/python checking for python version... 2.4 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.4/site-packages configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating setup.py

-bash-3.2$ make #(cd src; make) python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.4 copying src/pbs.py -> build/lib.linux-x86_64-2.4 copying src/PBSQuery.py -> build/lib.linux-x86_64-2.4 running build_ext building '_pbs' extension creating build/temp.linux-x86_64-2.4 creating build/temp.linux-x86_64-2.4/src creating build/temp.linux-x86_64-2.4/src/C++ g++ -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -I/usr/local/torque/5.0.0/include -fPIC -DTORQUE_4 -I/usr/include/python2.4 -c src/C++/pbs_wrap.cxx -o build/temp.linux-x86_64-2.4/src/C++/pbs_wrap.o In file included from src/C++/pbs_ifl.h:90,

from src/C++/pbs_wrap.cxx:2978:

/usr/local/torque/5.0.0/include/u_hash_map_structs.h:82:25: error: container.hpp: No such file or directory In file included from src/C++/pbs_wrap.cxx:2978: src/C++/pbs_ifl.h:91:22: error: u_memmgr.h: No such file or directory /usr/local/torque/5.0.0/include/u_hash_map_structs.h:105: error: ‘string’ in namespace ‘std’ does not name a type /usr/local/torque/5.0.0/include/u_hash_map_structs.h:106: error: ‘string’ in namespace ‘std’ does not name a type /usr/local/torque/5.0.0/include/u_hash_map_structs.h: In constructor ‘job_data::job_data(const char*, const char*, int, int)’: /usr/local/torque/5.0.0/include/u_hash_map_structs.h:115: error: ‘name’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:116: error: ‘value’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h: At global scope: /usr/local/torque/5.0.0/include/u_hash_map_structs.h:120: error: ‘container’ has not been declared /usr/local/torque/5.0.0/include/u_hash_map_structs.h:120: error: expected initializer before ‘<’ token /usr/local/torque/5.0.0/include/u_hash_map_structs.h:121: error: ‘job_data_container’ has not been declared /usr/local/torque/5.0.0/include/u_hash_map_structs.h:121: error: expected initializer before ‘job_data_iterator’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: expected primary-expression before ‘const’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: expected primary-expression before ‘const’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: expected primary-expression before ‘int’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: expected primary-expression before ‘int’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:123: error: initializer expression list treated as compound expression /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: variable or field ‘hash_add_or_exit’ declared void /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: expected primary-expression before ‘const’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: expected primary-expression before ‘const’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: expected primary-expression before ‘int’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:125: error: initializer expression list treated as compound expression /usr/local/torque/5.0.0/include/u_hash_map_structs.h:127: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:127: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:127: error: expected primary-expression before ‘const’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:127: error: initializer expression list treated as compound expression /usr/local/torque/5.0.0/include/u_hash_map_structs.h:129: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:129: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:131: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:131: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:131: error: expected primary-expression before ‘const’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:131: error: expected primary-expression before ‘*’ token /usr/local/torque/5.0.0/include/u_hash_map_structs.h:131: error: ‘env_var’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:131: error: initializer expression list treated as compound expression /usr/local/torque/5.0.0/include/u_hash_map_structs.h:133: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:133: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:135: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:135: error: ‘head’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:137: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:137: error: ‘dest’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:137: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:137: error: ‘src’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:137: error: expected primary-expression before ‘int’ /usr/local/torque/5.0.0/include/u_hash_map_structs.h:137: error: initializer expression list treated as compound expression /usr/local/torque/5.0.0/include/u_hash_map_structs.h:139: error: ‘job_data_container’ was not declared in this scope /usr/local/torque/5.0.0/include/u_hash_map_structs.h:139: error: ‘src’ was not declared in this scope src/C++/pbs_ifl.h:658: error: ‘memmgr’ has not been declared src/C++/pbs_wrap.cxx: In function ‘PyObject?* _wrap_pbs_submit_hash(PyObject?*, PyObject?*)’: src/C++/pbs_wrap.cxx:7178: error: ‘memmgr’ was not declared in this scope src/C++/pbs_wrap.cxx:7178: error: ‘arg2’ was not declared in this scope src/C++/pbs_wrap.cxx:7178: error: expected primary-expression before ‘)’ token src/C++/pbs_wrap.cxx:7178: error: expected `;' before numeric constant src/C++/pbs_wrap.cxx:7228: error: expected primary-expression before ‘)’ token src/C++/pbs_wrap.cxx: At global scope: src/C++/pbs_wrap.cxx:893: warning: ‘long int PyNumber_AsSsize_t(PyObject?*, void*)’ defined but not used error: command 'g++' failed with exit status 1 make: * [pythonlib] Error 1

As a sanity check I built pbs_python (4.4.0) against an older version of torque (4.2.7), and the build succeeds. Has anyone tested the newest stable pbs_python against torque version 5.0.x? I know that the 5.0.x torque series is new.

Thank you.

#7 invalid Returned mail: see transcript for details somebody Mail Delivery Subsystem <MAILER-DAEMON@…>
Description
The original message was received at Sun, 25 Mar 2007 17:11:19 +0200 (MEST)
from server3.rc.sara.nl [145.100.29.217]

   ----- The following addresses had permanent fatal errors -----
<elenalucia90@web.de>
    (reason: 550 <elenalucia90@web.de> Benutzer hat zuviele Mails auf dem Server. / User has too many messages on the server.)

   ----- Transcript of session follows -----
... while talking to mx-ha01.web.de.:
>>> DATA
<<< 550 <elenalucia90@web.de> Benutzer hat zuviele Mails auf dem Server. / User has too many messages on the server.
550 5.1.1 <elenalucia90@web.de>... User unknown
<<< 503 Valid RCPT TO <recipient> must precede DATA
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.