COSIMA / libaccessom2

ACCESS-OM2 library
3 stars 7 forks source link

Fix #24: don't use FindNetCDF #27

Closed aekiss closed 5 years ago

aekiss commented 5 years ago

See https://github.com/COSIMA/libaccessom2/issues/24 Directly specify netcdff as a linked library rather than using FindNetCDF.make, which doesn't work on raijin. This change relies instead on the module load machinery, so reduces portability of the code.

aekiss commented 5 years ago

This should probably be made more portable as per Ben's suggestion https://github.com/COSIMA/libaccessom2/issues/24#issuecomment-525121270

nichannah commented 5 years ago

I have created an merged another pull request which superceded this one and follows @aekiss suggestion about #24