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

[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(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