Hello,
$PBS_NODEFILE is a unique file which is created and deleted for each job
you submit. Thus it does not have a fixed name. You can get the name of
the file by invoking 'echo $PBS_NODEFILE' on the shell. You can copy this
file to your directory and then pass it to the MATLAB program.
Hope this helps
Amey S. Dharurkar
----------------------------------------------------------
Graduate Student, Indiana University
Ph. O:(812)855-3609, H:(812)331-8203
On Fri, 14 May 2004, Pushkar Pradhan wrote:
> I've a MPI MATLAB job to submit, however it expects the machine names
> otherwise it won't work.
> So I need to pass this file to a MATLAB program which will parse it and
> create an array of all the machine names, and then start the job.
> Can someone tell me the name of the file referred to by this variable -
> $PBS_NODEFILE?
> I guess the $PBS_NODEFILE is deleted after the job is executed, as I don't
> see it after job finishes.
>
> Pushkar
>
>
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
|