Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] NSGA2
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