- Timestamp:
- Nov 8, 2011, 1:31:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r266 r267 2234 2234 switch batch_mode 2235 2235 case 'oar' 2236 l=length(super_cmd) 2236 l=length(super_cmd); 2237 2237 for p=0:floor(l/6); 2238 2238 … … 2256 2256 end 2257 2257 2258 eval( ['!oarsub -n CIVX - l "/core=1+{type = ''smalljob''}/licence=1,walltime=00:10:00" ' filename_superbat]);2258 eval( ['!oarsub -n CIVX -q nicejob -l "/core=1+{type = ''smalljob''}/licence=1,walltime=00:10:00" ' filename_superbat]); 2259 2259 end 2260 2260 end
Note: See TracChangeset
for help on using the changeset viewer.