--- trunk/SConstruct 2007/11/07 01:53:12 1339 +++ trunk/SConstruct 2007/11/14 02:48:02 1343 @@ -624,15 +624,12 @@ except KeyError: blas_libs = [ ] -# ========== netcdf (currently not supported with mpi) ==================================== -if useMPI: - useNetCDF = 'no' -else: - try: - useNetCDF = env['useNetCDF'] - except KeyError: - useNetCDF = 'yes' - pass +# ========== netcdf ==================================== +try: + useNetCDF = env['useNetCDF'] +except KeyError: + useNetCDF = 'yes' + pass if useNetCDF == 'yes': try: