Changeset 27172
- Timestamp:
- 08/01/22 15:24:13 (3 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/UncertaintyQuantification/runme.m
r25991 r27172 5 5 disp(' Step 1: plot flux gates'); 6 6 7 % NOTE: Need to run all steps of ../Pig/runme.m first! 7 8 md = loadmodel('../Pig/Models/PIG_Control_drag'); 8 9 -
issm/trunk-jpl/src/m/classes/clusters/generic_static.m
r26332 r27172 39 39 disp(sprintf(' interactive: %s',cluster.interactive)); 40 40 disp(sprintf(' shell: %s',cluster.shell)); 41 end 42 %}}} 43 function numprocs=nprocs(cluster) % {{{ 44 numprocs=cluster.np; 41 45 end 42 46 %}}} -
issm/trunk-jpl/src/m/classes/clusters/generic_static.py
r26332 r27172 52 52 s += " shell: %s\n" % self.shell 53 53 return s 54 # }}} 55 56 def nprocs(self): # {{{ 57 return self.np 54 58 # }}} 55 59
Note:
See TracChangeset
for help on using the changeset viewer.