Changeset 6108
- Timestamp:
- Dec 24, 2008, 2:44:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r6106 r6108 185 185 186 186 # Determine if we can read/write large NetCDF files 187 188 187 netcdf_mode_w = 'w' 189 188 netcdf_mode_a = 'a' … … 202 201 cmd = 'python -c "%s" 2> %s' % (s, null) 203 202 err = os.system(cmd) 204 #print 'OK, err =', err205 203 206 204 if err != 0: … … 214 212 exec(s) 215 213 except IOError: 216 # Large file support is not supported 214 # NetCDFFile does not segfault but it does not 215 # support large file support 217 216 pass 218 217 else:
Note: See TracChangeset
for help on using the changeset viewer.