[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor - Autodock



Nuno Carvalho wrote:

Hello All,
When i submit a program just 1 computer start the program !!!! :(

C:\Condor\bin>condor_status

Name OpSys Arch State Activity LoadAv Mem ActvtyTime

vm1@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:31:18 vm2@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:35:05 vm1@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:00:07 vm2@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:00:08 beterraba.xar WINNT51 INTEL Unclaimed Idle 0.000 127 0+00:01:20 vm1@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:00:16 vm2@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:00:17

                    Machines Owner Claimed Unclaimed Matched Preempting

      INTEL/WINNT51        7     0       0         7       0          0

              Total        7     0       0         7       0          0
####################################################################################################

C:\Python23\bin>condor_submit bio.sub
Submitting job(s).
1 job(s) submitted to cluster 18.
######## bio.sub ##########################################################################
universe = vanilla
executable = autodock3.exe
arguments = -p C:/Python23/bin/SDa.dpf -l C:/Python23/bin/SDa.dlg
error = bio.erro
queue
####################################################################################################
C:\Python23\bin>condor_status
Name OpSys Arch State Activity LoadAv Mem ActvtyTime vm1@xxxxxxxxx WINNT51 INTEL Claimed Busy 0.000 255 0+00:00:01 vm2@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 255 0+00:40:05 vm1@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 1.000 255 0+00:05:07 vm2@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 1.020 255 0+00:05:08 beterraba.xar WINNT51 INTEL Unclaimed Idle 0.000 127 0+00:01:20 vm1@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 1.000 255 0+00:05:16 vm2@xxxxxxxxx WINNT51 INTEL Unclaimed Idle 1.020 255 0+00:05:17

                    Machines Owner Claimed Unclaimed Matched Preempting

      INTEL/WINNT51        7     0       1         6       0          0

              Total        7     0       1         6       0          0

Nuno Carvalho wrote:
This is my 1º post. I am to try to install the condor to make one "grid computing" with the Autodock program ( http://www.scripps.edu/mb/olson/doc/autodock/ ). someone already tried? someone has experiencia? forgive-me for my english!
_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users



Maybe I'm wrong, but you have to submit more job, in order to have more job to work...
If you submit only one job, only one machine starts...