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

Re: [Condor-users] condor - Autodock



On Fri, 17 Mar 2006, Nuno Carvalho wrote:

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

Well, given the contents of your submit file:

##########################################################################
universe = vanilla
executable = autodock3.exe
arguments = -p C:/Python23/bin/SDa.dpf -l C:/Python23/bin/SDa.dlg
error = bio.erro
queue
####################################################################################################

that's precisely what should happen. The "queue" statement at the end tells it to run once. To run the program multiple times, that needs to change to "queue 10" for 10 runs, etc.

Adam