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

Re: [condor-users] where is my output data file



On Tue, 20 Apr 2004, ke wu wrote:

> I am now running a condor_g job on teragrid. Howerver I am having trouble to
> locate the output data file(not the file in output=condor.out) . In my
> condor_g submit script, I specify the directory with
>
> globusrsl=(directory=/some/dir)
>
> But there is no output file written into that directory and I could not
> find where the output file is. My job is an MPI fortran job and I am using
> globus universe.
>
> BUT, if I run a single job (not MPI) using condor_g, if I specify the
> output directory using
>
> globusrsl=(directory=/some/dir)
>
> I could see the output files will be dumped to the directory. I only have
> problem with MPI jobs.

Condor-G sets the directory attribute in the globus rsl it builds. It
doesn't check if you also set directory using the globusrsl attribute in
your submit file. If an attribute is defined twice in an rsl, globus'
behavior is undefined. You can tell condor-g what directory to use with
the remote_initialdir attribute in your submit file. See if that fixes
your problem.

> Also, can you tell me where I can see the rsl file generated by condor_g? If
> I run the MPI job as a globus job, there is no problem and the output data
> file is generated in the directory specified in the rsl.

Condor-G will log the RSL it constructs if the debug level is turned up
enough in the config file:
GRIDMANAGER_DEBUG = D_FULLDEBUG

Look for a line saying "Final RSL:" in the gridmanager log.

+------------------------------------+-------------------------------+
|             Jaime Frey             |There are 10 types of people in|
|         jfrey@xxxxxxxxxxx          |the world: Those who understand|
|   http://www.cs.wisc.edu/~jfrey/   |  binary, and those who don't  |
+------------------------------------+-------------------------------+
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>