I am trying to run Condor jobs with a program that from the command line would be run like this:
# program < infile.in > outfile.out
However, when I use the following set up in Condor:
argument = < infile.in
output = outfile.out
...the job fails to start and gives me a core. The log-file returns:
(0) Abnormal termination (signal 6)
(1) Corefile in: /cmdfs2a/home/jonv/ECEPP/core.22.0
I suspect that it could have something to do with the use of the '<' character in the argument line, but I am not sure. I use:
$CondorVersion: 6.6.9 Mar 10 2005 $
$CondorPlatform: I386-LINUX_RH9 $
I would appreciate any help on this problem.
-Jon
_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users