Gokop,
In order to submit a job, you need to create a submission file that contains information about the executable to use, the arguments to pass it, where to place the output, etc. You can find the details here:
Good luck! Doug
On May 12, 2008, at 9:29 AM, Goteng, Gokop wrote: Dear All,
Please I have setup a condor pool with 8 machines. I can successfully run condorcommands as you can see below. I have a problem in running/submitting the NSGA2 (Non-dorminated Sorting Genetic Algorithm-II) in the condor pool. I wonder if any bother has run the NSGA2 before. NSGA2 has other libraries that run together. One can produce the executable that links all these other files (archive) when extracted and and the make command is run. I tried both the executable file (nsga2r) and the .c file (nsga2r.c) and I got problems as you can see below
[condor@isxp1313c ~]$ export PATH=/usr/local/condor-7.0.0/bin/:$PATH
[condor@isxp1313c ~]$ export CONDOR_CONFIG=/usr/local/condor-7.0.0/etc/condor_config
[condor@isxp1313c ~]$ /usr/local/condor-7.0.0/sbin/condor_master
[condor@isxp1313c ~]$ condor_submit nsga2r.c
Submitting job(s)
ERROR: Failed to parse command file (line 1).
[condor@isxp1313c ~]$ condor_submit nsga2r
Submitting job(s)
ERROR: Failed to parse command file (line 2).
[condor@isxp1313c ~]$ condor_submit loop.cmd
Submitting job(s).....
Logging submit event(s).....
5 job(s) submitted to cluster 29.
[condor@isxp1313c ~]$ condor_q
-- Submitter: isxp1313c.sims.cranfield.ac.uk : <138.250.104.227:32775> : isxp1313c.sims.cranfield.ac.uk
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
28.0 condor 5/12 14:08 0+00:00:00 I 0 1.5 loop.remote 200
28.1 condor 5/12 14:08 0+00:00:00 I 0 1.5 loop.remote 200
28.2 condor 5/12 14:08 0+00:00:00 I 0 1.5 loop.remote 300
28.3 condor 5/12 14:08 0+00:00:00 I 0 1.5 loop.remote 300
28.4 condor 5/12 14:08 0+00:00:00 I 0 1.5 loop.remote 500
29.0 condor 5/12 14:11 0+00:00:00 I 0 1.5 loop.remote 200
29.1 condor 5/12 14:11 0+00:00:00 I 0 1.5 loop.remote 200
29.2 condor 5/12 14:11 0+00:00:00 I 0 1.5 loop.remote 300
29.3 condor 5/12 14:11 0+00:00:00 I 0 1.5 loop.remote 300
29.4 condor 5/12 14:11 0+00:00:00 I 0 1.5 loop.remote 500
10 jobs; 10 idle, 0 running, 0 held
[condor@isxp1313c ~]$ condor_submit nsga2r.c
Submitting job(s)
ERROR: Failed to parse command file (line 1).
[condor@isxp1313c ~]$ condor_submit ./nsga2r
Submitting job(s)
ERROR: Failed to parse command file (line 2).
[condor@isxp1313c ~]$ ./nsga2r
Any help will be appreciated
Kind Regards
Gokop
_______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/
-- =================================== Douglas Clayton phone: 919.647.9648 Cycle Computing, LLC Leader in Condor Grid Solutions Enterprise Condor Support and Management Tools http://www.cyclecomputing.com
|