Changeset 6220
- Timestamp:
- 10/11/10 07:35:35 (14 years ago)
- Location:
- issm/trunk/src/m/classes/clusters
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/clusters/larsen.m
r6219 r6220 77 77 78 78 if md.gprof, 79 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname) 79 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname); 80 80 end 81 81 -
issm/trunk/src/m/classes/clusters/wilkes.m
r6219 r6220 77 77 78 78 if md.gprof, 79 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname) 79 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname); 80 80 end 81 81
Note:
See TracChangeset
for help on using the changeset viewer.