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

What does this warning in my compile.log mean? libnemsio.a: undefined reference to `mpi_type_create_indexed_block_'

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.

hertneky

Member
Staff member
What does this warning mean in my compile.log? libnemsio.a(nemsio_module_mpi.o): In function `__nemsio_module_mpi_MOD_readmpi4': nemsio_module_mpi.f90:(.text+0x1088): undefined reference to `mpi_type_create_indexed_block_'
 
You may see this warning in your compile.log, even when your build appears to be successful:

libnemsio.a (nemsio_module_mpi.o): In function `__nemsio_module_mpi_MOD_readmpi4': nemsio_module_mpi.f90: (.text+0x1088): undefined reference to `mpi_type_create_indexed_block_'

This warning appears for some platforms/compilers because a call in the nemsio library is never used or referenced for a serial build. This is just a warning and should not hinder a successful build of unipost.exe or negatively impact your UPP run.
 
Top