Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] Why are jobs not executing properly on some machines?
- Date: Thu, 9 Oct 2003 09:51:29 +0200
- From: Walter Penits <walter.penits@xxxxxxxxxxxx>
- Subject: Re: [condor-users] Why are jobs not executing properly on some machines?
Add
error = error.log
to your submit file and have a look on it
HTH
Walter
"Griffith, Brent" <brent_griffith@xxxxxxxx> wrote:
> and here is a my typical submit file (with workaround) :
>
> universe = vanilla
> executable = EpRun.bat
> initialdir = MCA_$(Process)
> transfer_input_files =..\EpRun.bat, ..\Energy+.idd, ..\in.epw,
> ..\EnergyPlus.exe, in.idf
> requirements = (( Disk > 100000 ) && \
> (ARCH == "INTEL") && \
> (OpSys == "WINNT50") && \
> (Name != "badmachin1.nrel.gov") && \
> (Name != "badmachin2.nrel.gov" ) && \
> (Name != "vm1@xxxxxxxxxxxxxxxxxxx" ) && \
> (Name != "vm2@xxxxxxxxxxxxxxxxxxx" ) && \
> (Name != "badmachin4.nrel.gov" ) && \
> (Name != "badmachin5.nrel.gov" ) && \
> (Name != "badmachin6.nrel.gov" ) && \
> (Name != "vm1@xxxxxxxxxxxxxxxxxxx" ))
> Notification = Error
> output = E+screen.log
> log = E+job.log
> transfer_files = ALWAYS
> queue 80
------------------------------------------------------------
Walter Penits
IT-Management Computational Physics Group
Informatik Lehre
Institute for Experimental Physics
University of Vienna ,Austria
Walter.Penits@xxxxxxxxxxxx
"to many chieftains, not enough indians"
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>