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

(RESOLVED) undefined reference to `GOMP_parallel'

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

I have used ubuntu 16.04
I am trying to compile WRF (dm+sm) with WPS (serial). Ungrid.exe creates but geogrid.exe and metgrid.exe is not creating.
I am attaching log file and configure file of WRF and WPS.

Environ. Variable has been set as

export DIR=/home/jayanti/WRF/Build_WRF/LIBRARIES
export CC=gcc
export CXX=g++
export FC=gfortran
export FCFLAGS=-m64
export F77=gfortran
export FFLAGS=-m64
export JASPERLIB=$DIR/grib2/lib
export JASPERINC=$DIR/grib2/include
export LDFLAGS=-L$DIR/grib2/lib
export CPPFLAGS=-I$DIR/grib2/include
export PATH=$DIR/netcdf/bin:$PATH
export NETCDF=$DIR/netcdf
export PATH=$DIR/mpich/bin:$PATH
 

Attachments

  • configure.wrf
    20.1 KB · Views: 52
  • log.compile
    550.3 KB · Views: 51
  • configure.wps
    3.6 KB · Views: 51
  • log.compile
    124 KB · Views: 65
Hi,
This question has been answered here:
https://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=28&t=927&e=1&view=unread#unread
 
Top