- Timestamp:
- Mar 25, 2010, 2:04:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r65 r66 3598 3598 3599 3599 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 ]); 3602 3602 % if sge%dispatch computation on the cluster using interactive queue 3603 3603 % % [s,w] = unix(['qrsh -q fast.q ' civ1_exe ' -f ' filename_cmx ' > ' namelog ' 2>&1' ]); … … 3760 3760 dlmwrite(filename_cmx,textout,''); 3761 3761 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 ]); 3764 3764 3765 3765 % if sge%dispatch computation on the cluster using interactive queue … … 3782 3782 if test_interp==0 3783 3783 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 file3784 ' > ' namelog ' 2>&1']; % redirect standard output to the log file 3785 3785 else %nouveau programme patch 3786 3786 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 file3787 ' -max ' thresh_value ' -nopt ' subdomain_patch ' > ' namelog ' 2>&1']; % redirect standard output to the log file 3788 3788 end 3789 3789
Note: See TracChangeset
for help on using the changeset viewer.