Changeset 37 for trunk/oarutils
- Timestamp:
- Dec 3, 2011, 10:20:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/oar-parexec
r36 r37 115 115 . join('\n',split(',',$job_ressource,)) 116 116 . "\" > $job_nodefile\n"); 117 $fh->print("OAR_NODE FILE=$job_nodefile\n");117 $fh->print("OAR_NODE_FILE=$job_nodefile\n"); 118 118 $fh->print("OAR_NP=$job_np\n"); 119 $fh->print("export OAR_NODE FILE\n");119 $fh->print("export OAR_NODE_FILE\n"); 120 120 $fh->print("export OAR_NP\n"); 121 121 $fh->print("unset OAR_MSG_NODEFILE\n"); … … 177 177 Small job will be launch in the same folder as the master job. 178 178 Two environment variable are define for each small job 179 only in case of parallel small job (option C<--jobnp> > 1).179 and only in case of parallel small job (option C<--jobnp> > 1). 180 180 181 181 OAR_NODE_FILE - file that list node for parallel computing … … 187 187 OAR_NODE_FILE will not be deleted in case of crash of the master job. 188 188 189 OAR define other variable that are equivalent to OAR_NODE_FILE: 190 OAR_NODEFILE, OAR_FILE_NODES, OAR_RESOURCE_FILE... 191 You can use in your script the OAR original file ressources 192 by using these variable if you need it. 193 189 194 190 195 =head1 OPTIONS … … 218 223 The C<basefileio> will be use in place of environment variable 219 224 C<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). 221 226 222 227 =item B<-s|--switchio>
Note: See TracChangeset
for help on using the changeset viewer.