Changeset 735 for trunk/src/series.m
- Timestamp:
- Apr 9, 2014, 9:37:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r733 r735 1788 1788 for iprocess=1:NbProcess 1789 1789 system([batch_file_list{iprocess} ' &'])% directly execute the command file for each process 1790 msgbox_uvmat('CONFIRMATION',[ActionName 'launched in background: press STATUS to see results']) 1790 1791 end 1791 1792 case 'cluster_oar' % option 'oar-parexec' used … … 1827 1828 fclose(fid); 1828 1829 fprintf(oar_command);% display in command line 1829 %system(['chmod +x ' oar_command]);% set the file to executable1830 system(oar_command);1830 system(oar_command); 1831 msgbox_uvmat('CONFIRMATION',[ActionName ' launched in cluster: press STATUS to see results']) 1831 1832 end 1832 1833 … … 2426 2427 end 2427 2428 hset_object=set_object(data);% call the set_object interface 2429 set(hset_object,'Name','set_object_series')% name to distinguish from set_object used with uvmat 2428 2430 end 2429 2431 ProjObject=read_GUI(hset_object); … … 2490 2492 set(handles.ViewObject,'Visible','off') 2491 2493 set(handles.EditObject,'Visible','off') 2492 hset_object=findobj(allchild(0),' Tag','set_object');2494 hset_object=findobj(allchild(0),'name','set_object_series'); 2493 2495 if ~isempty(hset_object) 2494 2496 delete(hset_object)
Note: See TracChangeset
for help on using the changeset viewer.