Changeset 21 for trunk/oar/oar-parexec
- Timestamp:
- Nov 29, 2011, 5:22:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/oar-parexec
r19 r21 29 29 ) || pod2usage( -verbose => 0 ); 30 30 pod2usage( -verbose => 2 ) if $help; 31 pod2usage( -verbose => 2 ) if -e $file;31 pod2usage( -verbose => 2 ) if not -e $file; 32 32 33 33 my @job = (); … … 147 147 --help 148 148 149 File name content can have 149 150 =head1 DESCRIPTION 151 152 C<oar-parexec> need to be execute inside an OAR job environment. 153 because it need the two environment variable that OAR define by 154 default: 155 156 OAR_NODE_FILE path to a file which content one node by line 157 158 OAR_WORKDIR dir to launch job and do a chdir inside 159 160 Content for the job file (option C<--file>) could have: 150 161 151 162 - empty line … … 168 179 oarsub -n test -l /core=6,walltime=00:35:00 "oar-parexec -f ./subjob.list.txt" 169 180 181 =head1 SEE ALSO 182 183 oar-dispatch, mpilauncher 184 185 170 186 =head1 AUTHORS 171 187 172 Gabriel Moreau (C) 2011 188 Written by Gabriel Moreau, Grenoble - France 173 189 190 191 =head1 LICENSE AND COPYRIGHT 192 193 GPL version 2 or later and Perl equivalent 194 195 Copyright (C) 2011 Gabriel Moreau. 196
Note: See TracChangeset
for help on using the changeset viewer.