problems of building with pgi
problems of building with pgi
i have build upwelling with gfortran correctly, but when i build it with pgi, there are erros,i have past the build.bash and build.log, can someone help me, thanks a lot
- Attachments
-
- build.log
- (32.96 KiB) Downloaded 263 times
-
- build.bash
- (16.83 KiB) Downloaded 260 times
Re: problems of building with pgi
"Corrupt or Old Module file ./netcdf.mod (mod_netcdf.f90: 21)
PGF90/x86-64 Linux 10.2-1: compilation aborted"
the netcdf needs to be compiled with the same compiler as you set for roms in the build.bash. so if you wtich to pgi, then you need to point to netcdf that was built with pgi.
PGF90/x86-64 Linux 10.2-1: compilation aborted"
the netcdf needs to be compiled with the same compiler as you set for roms in the build.bash. so if you wtich to pgi, then you need to point to netcdf that was built with pgi.
Re: problems of building with pgi
thanks, i have solved the problem.