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

Re: [Condor-users] CONDOR FIRST JOB



Try taking a read through the Condor manual. I know it is big but just look over the headings and see which sections may be interesting/relevant. There is also an index which is very useful to quickly find certain things

For job notifications take a look at notify_user & notification in the manual at http://research.cs.wisc.edu/condor/manual/v7.7/condor_submit.html#79028

Tom
________________________________________
From: condor-users-bounces@xxxxxxxxxxx [condor-users-bounces@xxxxxxxxxxx] On Behalf Of Esteban Valderrama [evalderra89@xxxxxxxxx]
Sent: 28 March 2012 09:00
To: Condor-Users Mail List
Subject: Re: [Condor-users] CONDOR FIRST JOB

Thomas,

Actually I already done my first job, other question is how can I receive a notification when the job is finished.

Thanks,


On Mar 28, 2012, at 2:46 AM, Thomas Luff wrote:

Try appending these to your submit file

   Transfer_Executable = True
   WhenToTransferOutput = ON_EXIT
   Output = hello.exe.out
   Log = hello.exe.log

Also try using the condor_q to debug the status of your job once it has been submitted. Try condor_q -long <job_id> to find out more detailed information about the job.

If that fails try looking through the log files on the scheduler (machine submitting from) and central manager

Tom
________________________________________
From: condor-users-bounces@xxxxxxxxxxx<mailto:condor-users-bounces@xxxxxxxxxxx> [condor-users-bounces@xxxxxxxxxxx] On Behalf Of Esteban Valderrama [evalderra89@xxxxxxxxx]
Sent: 28 March 2012 03:09
To: Condor-Users Mail List
Subject: [Condor-users] CONDOR FIRST JOB

Hi,

I am a new user in Condor in I have been trying to sent my first job, but I could not..... ok I sent something to run, but when I saw the .OUT file, it is empty.
The .log show me the jobs and the .err does have any errors.

I using hello.f90:

========================================================
PROGRAM hello

   OPEN(UNIT=1,FILE=results.txt,ACTION=WRITE)
   WRITE(1,*), 'Hello, condor!!!!!!'
   CLOSE(UNIT=1)

END PROGRAM hello

universe = vanilla
executable = hello.exe
log = output.log
output = output.txt
error = output.err

queue

========================================================

Can you tell me what is wrong with this?




Esteban Valderrama Agudelo
Laboratory Assistant
Computational Structural Mechanics Laboratory
University of Texas at San Antonio


-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx<mailto:condor-users-request@xxxxxxxxxxx> with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/



Esteban Valderrama Agudelo
Laboratory Assistant
Computational Structural Mechanics Laboratory
University of Texas at San Antonio

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.