Changeset 24602
- Timestamp:
- 02/27/20 03:39:41 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/generic.py
r24601 r24602 1 import numpy as np 1 2 from socket import gethostname 2 3 from subprocess import call … … 214 215 215 216 def Download(self, dirname, filelist): # {{{ 216 if m.ispc():217 if ispc(): 217 218 #do nothing 218 219 return
Note:
See TracChangeset
for help on using the changeset viewer.