Changeset 24603
- Timestamp:
- 02/27/20 09:40:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/generic_static.py
r24593 r24603 1 import numpy as np 1 2 import socket 2 3 import os … … 139 140 140 141 def LaunchQueueJob(self, modelname, dirname, filelist, restart, batch): # {{{ 141 if not m.ispc():142 if not ispc(): 142 143 # Figure out which file extension to use 143 144 if self.shell.find('csh') == -1:
Note:
See TracChangeset
for help on using the changeset viewer.