Changeset 37 for trunk


Ignore:
Timestamp:
Dec 3, 2011, 10:20:18 PM (12 years ago)
Author:
g7moreau
Message:
  • Revert to OAR_NODE_FILE to be uniform
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/oar-parexec

    r36 r37  
    115115            . join('\n',split(',',$job_ressource,))
    116116            . "\" > $job_nodefile\n");
    117          $fh->print("OAR_NODEFILE=$job_nodefile\n");
     117         $fh->print("OAR_NODE_FILE=$job_nodefile\n");
    118118         $fh->print("OAR_NP=$job_np\n");
    119          $fh->print("export OAR_NODEFILE\n");
     119         $fh->print("export OAR_NODE_FILE\n");
    120120         $fh->print("export OAR_NP\n");
    121121         $fh->print("unset OAR_MSG_NODEFILE\n");
     
    177177Small job will be launch in the same folder as the master job.
    178178Two environment variable are define for each small job
    179 only in case of parallel small job (option C<--jobnp> > 1).
     179and only in case of parallel small job (option C<--jobnp> > 1).
    180180
    181181 OAR_NODE_FILE - file that list node for parallel computing
     
    187187OAR_NODE_FILE will not be deleted in case of crash of the master job.
    188188
     189OAR define other variable that are equivalent to OAR_NODE_FILE:
     190OAR_NODEFILE, OAR_FILE_NODES, OAR_RESOURCE_FILE...
     191You can use in your script the OAR original file ressources
     192by using these variable if you need it.
     193 
    189194
    190195=head1 OPTIONS
     
    218223The C<basefileio> will be use in place of environment variable
    219224C<OAR_STDOUT> and C<OAR_STDERR> (without extension) to build the base name of the small job standart output
    220 (only when option C<swithio> is activated).
     225(only use when option C<swithio> is activated).
    221226
    222227=item B<-s|--switchio>
Note: See TracChangeset for help on using the changeset viewer.