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

[Condor-users] Arguments in submit file



What is the correct way to include multiple arguments in a submit file?  I can run this job via a batch file on the local machine; but get errors about escape characters when using the submit file.
 
executable = xmass.exe
universe = vanilla
arguments = "netCDF" 1 0 0 1 5 6.0 60.0 0.05 "D:\\condor\\examples\\pooled_serum_1\\pooled_serum_1.CDF" "D:\\condor\\examples\\pooled_serum_1\\"
output = output.log
log = xmass.log
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = msvcp60.dll, netcdf.dll, pooled_serum_1.cdf
queue
 
thanks condor gurus.