On 4/19/19 2:17 AM, Kodanda Ram
Mangipudi wrote:
HTCondor renames the executable to "condor_exec.exe", which sometimes causes problems for programs which look at their argv[0]. I suspect this is the problem here with Abaqus.ÂÂÂ Try writing a
small shell wrapper called runAbaqus.sh that looks like
#!/bin/sh exec abaqus "$@" and then change the Executable line of your submit file to
Executable = runAbaqus.sh and add the /opt/ABAQUS/Command/abaqus file to your transfer_input_files list.
-greg
|