Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Two WPS code bug. (the DM_FC &DM_CC option, metgrid.exe)

jianglizhi

New member
Hello, I would like to report a issue which exists for a period.

When I selected the compile option 19
19. Linux x86_64, Intel compiler (dmpar)

and tried to compile with intel compiler,
there are ususally comes out an compile error. From the compile output, I know that the error are ususally come from the gfortran compiler.
After checks, I confirmed that the DM_FC and DM_CC option should be specific as below:
DM_FC = mpif90 -f90=$(SFC)
DM_CC = mpicc -cc=$(SCC)
configure.wps

since the default mpi interface usually linked to gnu-compilers, the mpi interface should specific explicitly.

I highly urge that the comfigure template file "arch/configure.defaults " should be upgraded and change the options form
DM_FC = mpif90
DM_CC = mpicc
into
DM_FC = mpif90 -f90=$(SFC)
DM_CC = mpicc -cc=$(SCC)
 
Last edited:
Another WPS bug is the metgrid.exe could not create equally data for the value of attribute "NUM_LAND_CAT"
It has been reported so many times and still not fully fixed.
The detailed description to the bug could see @segfault's post :pnetCDF capability for WPS
Please consider fix the bugs, thank you!🙏🙏🙏
 
Top