Changeset 66 for trunk/src/civ.m


Ignore:
Timestamp:
Mar 25, 2010, 2:04:57 PM (14 years ago)
Author:
sommeria
Message:

& suppressed !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r65 r66  
    35983598       
    35993599                s=-1;
    3600         display(['!' civ1_exe ' -f ' filename_cmx ' > ' namelog ' &'])
    3601         eval(['!' civ1_exe ' -f ' filename_cmx ' > ' namelog ' &']);
     3600        display(['!' civ1_exe ' -f ' filename_cmx ' > ' namelog ])
     3601        eval(['!' civ1_exe ' -f ' filename_cmx ' > ' namelog ]);
    36023602%               if sge%dispatch computation on the cluster using interactive queue
    36033603%           %  [s,w] = unix(['qrsh -q fast.q ' civ1_exe ' -f ' filename_cmx ' > ' namelog ' 2>&1' ]);
     
    37603760        dlmwrite(filename_cmx,textout,'');
    37613761        s=-1; 
    3762         display(['!' civ2_exe ' -f ' filename_cmx ' > ' namelog ' &'])
    3763         eval(['!' civ2_exe ' -f ' filename_cmx ' > ' namelog ' &']);   
     3762        display(['!' civ2_exe ' -f ' filename_cmx ' > ' namelog ])
     3763        eval(['!' civ2_exe ' -f ' filename_cmx ' > ' namelog ]);   
    37643764     
    37653765%               if sge%dispatch computation on the cluster using interactive queue
     
    37823782        if test_interp==0
    37833783            cmd_PATCH=[patch_exe ' -f ' filename_nc ' -m ' nx_patch  ' -n ' ny_patch ' -ro ' rho_patch ' -nopt ' subdomain_patch ...
    3784             '  > ' namelog ' 2>&1 &']; % redirect standard output to the log file
     3784            '  > ' namelog ' 2>&1']; % redirect standard output to the log file
    37853785         else %nouveau programme patch
    37863786             cmd_PATCH=[patch_new_exe ' -f ' filename_nc ' -m ' nx_patch  ' -n ' ny_patch ' -ro ' rho_patch ...
    3787                 ' -max ' thresh_value ' -nopt ' subdomain_patch  '  > ' namelog ' 2>&1 &']; % redirect standard output to the log file
     3787                ' -max ' thresh_value ' -nopt ' subdomain_patch  '  > ' namelog ' 2>&1']; % redirect standard output to the log file
    37883788        end
    37893789
Note: See TracChangeset for help on using the changeset viewer.