Changeset 297
- Timestamp:
- Nov 22, 2011, 5:04:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r296 r297 2139 2139 for p=1:length(batch_file_list) 2140 2140 oar_command=['oarsub -n CIVX '... 2141 '-E ' regexprep(batch_file_list{p},'.bat','.errors') ' -O ' regexprep(batch_file_list{p},'.bat','.log ')... 2141 2142 '-l "/core=1,walltime=00:10:00" ' batch_file_list{p}]; 2142 2143 fprintf(fid,[oar_command '\n']); 2143 2144 end 2144 2145 fclose(fid); 2145 walltime=datestr(length(batch_file_list)*10/24/60,13); 2146 oar_command=['oarsub -t container -n civx-container -l /core=24,walltime=' walltime ' "/fsnet/data/legi/calcul9/home/gostiaux/Documents/MATLAB/uvmat_dev/oar-dispatch -f '... 2147 filename_joblist '"']; 2146 ncores=36; 2147 walltime=datestr(length(batch_file_list)*10/24/60/ncores,13); 2148 oar_command=['oarsub -t container -n civx-container '... 2149 '-l /core=' num2str(ncores) ',walltime=' walltime... 2150 ' "oar-dispatch -f ' filename_joblist '"']; 2148 2151 filename_oarcommand=fullfile(Rootbat,'oar_command'); 2149 2152 fid=fopen(filename_oarcommand,'w');
Note: See TracChangeset
for help on using the changeset viewer.