Changeset 21831
- Timestamp:
- 07/20/17 13:31:19 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/generic.m
r21576 r21831 120 120 else 121 121 if IssmConfig('_HAVE_MPI_'), 122 fprintf(fid,'mpiexec -np %i %s --leak-check=full --error-limit=no --suppressions=%s %s/ issm.exe%s %s %s 2> %s.errlog >%s.outlog ',...123 cluster.np,cluster.valgrind,cluster.valgrindsup,cluster.codepath, solution,[cluster.executionpath '/' dirname],modelname,modelname,modelname);122 fprintf(fid,'mpiexec -np %i %s --leak-check=full --error-limit=no --suppressions=%s %s/%s %s %s %s 2> %s.errlog >%s.outlog ',... 123 cluster.np,cluster.valgrind,cluster.valgrindsup,cluster.codepath,executable,solution,[cluster.executionpath '/' dirname],modelname,modelname,modelname); 124 124 else 125 fprintf(fid,'%s --leak-check=full --error-limit=no --suppressions=%s %s/ issm.exe%s %s %s 2> %s.errlog >%s.outlog ',...126 cluster.valgrind,cluster.valgrindsup,cluster.codepath, solution,[cluster.executionpath '/' dirname],modelname,modelname,modelname);125 fprintf(fid,'%s --leak-check=full --error-limit=no --suppressions=%s %s/%s %s %s %s 2> %s.errlog >%s.outlog ',... 126 cluster.valgrind,cluster.valgrindsup,cluster.codepath,executable,solution,[cluster.executionpath '/' dirname],modelname,modelname,modelname); 127 127 end 128 128 end
Note:
See TracChangeset
for help on using the changeset viewer.