Changeset 12845


Ignore:
Timestamp:
07/31/12 16:59:46 (13 years ago)
Author:
seroussi
Message:

CHG: added runtimename in solve for BuildQueueScript

Location:
issm/trunk-jpl/src/m/model
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/model/solve.m

    r12673 r12845  
    7171marshall(md);                                          % bin file
    7272PetscFile(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 file
     73BuildQueueScript(cluster,md.private.runtimename,md.miscellaneous.name,md.private.solution,md.settings.io_gather,md.debug.valgrind,md.debug.gprof); % queue file
    7474
    7575%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  
    7272        marshall(md)                                           # bin file
    7373        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 file
     74        cluster.BuildQueueScript(md.miscellaneous.name,md.private.runtimename,md.private.solution,md.settings.io_gather,md.debug.valgrind,md.debug.gprof)    # queue file
    7575
    7676        #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.