Changeset 303 for trunk/src/civ.m
- Timestamp:
- Nov 28, 2011, 6:27:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r301 r303 2048 2048 for p=1:length(batch_file_list) 2049 2049 oar_command=['oarsub -n CIVX '... 2050 '-E ' regexprep(batch_file_list{p},' .bat','.errors') ' -O ' regexprep(batch_file_list{p},'.bat','.log ')...2050 '-E ' regexprep(batch_file_list{p},'\.bat\>','.errors') ' -O ' regexprep(batch_file_list{p},'\.bat\>','.log ')... 2051 2051 '-l "/core=1,walltime=00:10:00" ' batch_file_list{p}]; 2052 2052 fprintf(fid,[oar_command '\n']);
Note: See TracChangeset
for help on using the changeset viewer.