Changeset 735 for trunk/src/series.m


Ignore:
Timestamp:
Apr 9, 2014, 9:37:44 AM (10 years ago)
Author:
sommeria
Message:

various corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r733 r735  
    17881788        for iprocess=1:NbProcess
    17891789            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'])
    17901791        end
    17911792    case 'cluster_oar' % option 'oar-parexec' used
     
    18271828        fclose(fid);
    18281829        fprintf(oar_command);% display in command line
    1829         %system(['chmod +x ' oar_command]);% set the file to executable
    1830         system(oar_command);     
     1830        system(oar_command); 
     1831        msgbox_uvmat('CONFIRMATION',[ActionName ' launched in cluster: press STATUS to see results'])
    18311832end
    18321833
     
    24262427            end
    24272428            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
    24282430        end
    24292431        ProjObject=read_GUI(hset_object);
     
    24902492set(handles.ViewObject,'Visible','off')
    24912493set(handles.EditObject,'Visible','off')
    2492 hset_object=findobj(allchild(0),'Tag','set_object');
     2494hset_object=findobj(allchild(0),'name','set_object_series');
    24932495if ~isempty(hset_object)
    24942496    delete(hset_object)
Note: See TracChangeset for help on using the changeset viewer.