Changeset 12845
- Timestamp:
- 07/31/12 16:59:46 (13 years ago)
- Location:
- issm/trunk-jpl/src/m/model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/solve.m
r12673 r12845 71 71 marshall(md); % bin file 72 72 PetscFile(md.solver,[md.miscellaneous.name '.petsc']); % petsc file 73 BuildQueueScript(cluster,md. miscellaneous.name,md.private.solution,md.settings.io_gather,md.debug.valgrind,md.debug.gprof); % queue file73 BuildQueueScript(cluster,md.private.runtimename,md.miscellaneous.name,md.private.solution,md.settings.io_gather,md.debug.valgrind,md.debug.gprof); % queue file 74 74 75 75 %we need to make sure we have PETSC support, otherwise, we run with only one cpu: -
issm/trunk-jpl/src/m/model/solve.py
r12827 r12845 72 72 marshall(md) # bin file 73 73 md.solver.PetscFile(md.miscellaneous.name+'.petsc') # petsc file 74 cluster.BuildQueueScript(md.miscellaneous.name,md.private. solution,md.settings.io_gather,md.debug.valgrind,md.debug.gprof) # queue file74 cluster.BuildQueueScript(md.miscellaneous.name,md.private.runtimename,md.private.solution,md.settings.io_gather,md.debug.valgrind,md.debug.gprof) # queue file 75 75 76 76 #we need to make sure we have PETSC support, otherwise, we run with only one cpu:
Note:
See TracChangeset
for help on using the changeset viewer.