Hello,
I am trying to compile WRF 3.9.1. I have to use this version because it's the only one that works with this specific parameter scheme I want to use.
After trying this command while compiling:
gfortran -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -o wrf_io.o -I/glade/u/apps/ch/opt/netcdf/4.8.1/gnu/10.1.0//include -I../ioapi_share -c wrf_io.f
The following error comes up:
makefile:27: recipe for target 'wrf_io.o' failed
This occurs on line 156 and happens for subsequent files as well.
Attached is my compile.log
Thanks!
I am trying to compile WRF 3.9.1. I have to use this version because it's the only one that works with this specific parameter scheme I want to use.
After trying this command while compiling:
gfortran -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -o wrf_io.o -I/glade/u/apps/ch/opt/netcdf/4.8.1/gnu/10.1.0//include -I../ioapi_share -c wrf_io.f
The following error comes up:
makefile:27: recipe for target 'wrf_io.o' failed
This occurs on line 156 and happens for subsequent files as well.
Attached is my compile.log
Thanks!