Hi, 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 |