landreman/regcoil

Testing on PPPL cluster

lazersos opened this issue · 2 comments

@landreman I was able to build and link on the PPPL cluster. The code seems to run through the test cases correctly but then the test.py has issues with the netcdf file.

sunfire05:778 ls
regcoil_in.lambda_search_1  regcoil_out.lambda_search_1.nc  tests.py
sunfire05:779 ./tests.py
ERROR! Unable to read netCDF output file regcoil_out.lambda_search_1.nc
Traceback (most recent call last):
  File "./tests.py", line 13, in <module>
    f = readOutputFile()
  File "../testsCommon.py", line 13, in readOutputFile
    f = netcdf.netcdf_file(outputFilename,'r',mmap=False)
TypeError: __init__() got an unexpected keyword argument 'mmap'

Should have read the error more carefully. The issue was the mmap argument. I suspect I'm just using an older version of scipy. Anyway, all tests passed now. I think this issue can be marked as resolved.