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

WPS failed to complete build, only ungrib builds. Exits before completing with no error message.

marcusdwilliams

New member
HI, I am attempting to compile WPS v 4.5 on an HPC server. I was able to get metgrid and geogrid to build. I have not been able to identify an error message. My configure and log files are attached.
 

Attachments

  • configure.wps
    3.5 KB · Views: 3
  • log.compile.txt
    116.7 KB · Views: 2
Hi,

I was able to get metgrid and geogrid to build.
Did you mean that you were NOT able to get metgrid and geogrid to build? The error listed below is shown for both geogrid and metgrid in the log file.

Code:
gfortran: error: unrecognized command-line option ‘-qopenmp’; did you mean ‘-fopenmp’?
make[1]: [Makefile:13: metgrid.exe] Error 1 (ignored)

Is there something you're doing where you're using "-qopenmp?" Can you also attach your full WRF compile log, as well as your configure.wrf file? Because these two WPS programs depend on the WRF build, I'd like to take a look at those files, as well. Thanks!
 
Hi,

Sorry for the mix-up. I did mean that geogrid and metgrid did not build. The "-qopenmp" addition was something that I tried during the troubleshooting process.
 

Attachments

  • log.compile.txt
    936.8 KB · Views: 0
  • configure.wrf.txt
    20.9 KB · Views: 0
@kwerner here are my configure and logs files without any of the trouble shooting.
 

Attachments

  • configure.wps.txt
    3.5 KB · Views: 1
  • configure.wrf.txt
    21 KB · Views: 0
  • WPS45log.compile.txt
    128.2 KB · Views: 0
  • WRF45log.compile.txt
    963 KB · Views: 0
@kwerner you can consider my issue resolved. I am working on an HPC cluster that loads libraries through modules. When loading the mpich library, there is an environment variable "MPI_LIB" that gets set to the path of the mpich installation. That environment variable was causing issues when trying to build WPS. I had to manually unset the variable and geogrid and metgrid built.
 
Top