Adding the two arguments below got me past the chirp error. Thanks for the help.
--
Richard N. Cleary
Sandia National Laboratories
Dept. 4324 Infrastructure Computing Systems
Email: rnclear@xxxxxxxxxx
Phone: 505.845.7836
-----Original Message-----
From: Greg Thain [mailto:gthain@xxxxxxxxxxx]
Sent: Wednesday, August 23, 2006 10:32 AM
To: Cleary Jr, Richard N
Subject: Re: [Condor-users] Chirp server error?
Cleary Jr, Richard N wrote:
> After adding the +WantIOProxy=True the job still fails. The following
> informaiton is from one of the nodes StarterLog.vm{1,2} that the
> process is trying to run on. I was successful in getting this
> benchmark to run in the MPI universe, but since it is being replaced
> by the parallel universe I need it to run there.
Does it work if you turn on file transfer?
e.g. setting
should_transfer_files = yes
when_to_transfer_output = on_exit
-greg