Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From the example above we see that the general adapter executes a batch script with a number of arguments

Code Block

			<!-- Run Condor -->

...


			<executeActivity>
				<description>Condor Batch script by Frederik</description>
				<command>
					<executable>%ROOT_DIR%\run_condor_sobek.bat</executable>

...


				</command>

...


				<arguments>
					<argument>-o</argument>

...


					<argument>\\$CONDOR_REMOTE_DIR$\SbkParallel</argument>

...


					<argument>-n</argument>

...


					<argument>17</argument>

...


					<argument>-t</argument>

...


					<argument>18000000</argument>

...


					<argument>-d</argument>

...


					<argument>\\$CONDOR_REMOTE_DIR$\SbkParallel</argument>

...


				</arguments>

...


				<!-- timeout in milliseconds: 30min x 60sec -->

...


				<timeOut>19000000</timeOut>

...


				<ignoreDiagnostics>true</ignoreDiagnostics>

...


			</executeActivity>

...

code

The batch script