problems of building with pgi

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
limaolin
Posts: 45
Joined: Wed Nov 07, 2012 5:48 pm
Location: Dalian University

problems of building with pgi

#1 Unread post by limaolin »

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 219 times
build.bash
(16.83 KiB) Downloaded 218 times

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: problems of building with pgi

#2 Unread post by jcwarner »

"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.

limaolin
Posts: 45
Joined: Wed Nov 07, 2012 5:48 pm
Location: Dalian University

Re: problems of building with pgi

#3 Unread post by limaolin »

thanks, i have solved the problem.

Post Reply