Hi all,
I'm trying to use interpic to generate initial conditions for CAM. However, I am unable to build the executable. The following error appears when I run gmake:
pgf90 -c -I/usr/local/include -fast control.f90
gmake: pgf90: Command not found
Makefile:106: recipe for target 'control.o' failed
gmake: *** [control.o] Error 127
I'm confused about this as I have been able to build executables to run CESM tools using gmake before with no problems. The error implies that gmake can't find the pgf90 compiler, but it still didn't work after I added
/glade/u/apps/ch/opt/ncarcompilers/0.5.0/pgi/20.4/pgf90
to my PATH environment variable. How do I get the interpic executable to build?
Model is standard-issue CESM2.2.0 - I am unable to attach any version details because of a server error.
Best,
James
I'm trying to use interpic to generate initial conditions for CAM. However, I am unable to build the executable. The following error appears when I run gmake:
pgf90 -c -I/usr/local/include -fast control.f90
gmake: pgf90: Command not found
Makefile:106: recipe for target 'control.o' failed
gmake: *** [control.o] Error 127
I'm confused about this as I have been able to build executables to run CESM tools using gmake before with no problems. The error implies that gmake can't find the pgf90 compiler, but it still didn't work after I added
/glade/u/apps/ch/opt/ncarcompilers/0.5.0/pgi/20.4/pgf90
to my PATH environment variable. How do I get the interpic executable to build?
Model is standard-issue CESM2.2.0 - I am unable to attach any version details because of a server error.
Best,
James