- Timestamp:
- Dec 6, 2011, 9:54:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r319 r322 1105 1105 %% MAIN LOOP 1106 1106 time=get(handles.ImaDoc,'UserData'); %get the set of times 1107 batch_file_list=[]; 1107 batch_file_list=[];%should be renamed file_list, can be used for xml or bash files 1108 1108 1109 1109 for ifile=1:nbfield … … 1437 1437 save(t,filename_xml) 1438 1438 if batch 1439 batch_file_list{length(batch_file_list)+1}=filename_xml; 1439 path_civ=fileparts(which('civ')); 1440 batch_file_list{length(batch_file_list)+1}=['matlab -nodisplay -nosplash -r "cd ' path_civ ';civ_matlab(''' filename_xml ''');"']; 1440 1441 else 1441 1442 [Data,erromsg]=civ_matlab(Param,filecell.nc.civ1{ifile,j}); … … 1480 1481 1481 1482 case 'oar-dispatch' %oar-dispatch.pl 1483 walltime_onejob=600;%seconds 1482 1484 filename_joblist=fullfile(Rootbat,'job_list.txt'); 1483 1485 fid=fopen(filename_joblist,'w'); 1484 walltime_onejob=600;%seconds1485 1486 for p=1:length(batch_file_list) 1486 1487 oar_command=['oarsub -n CIVX '...
Note: See TracChangeset
for help on using the changeset viewer.