compilation error WRF

varun1490

New member
V4.3.3
No git found or not a git repository, git commit version not available.

Compiling: WRF_EM_CORE

Linux bcm1 5.14.0-162.22.2.el9_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 30 17:01:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

GNU Fortran (GCC) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


==============================================================================================

setting parallel make -j 2
make: Warning: File 'configure.wrf' has modification time 772 s in the future

==============================================================================================

The following indicate the compilers selected to build the WRF system

Serial Fortran compiler (mostly for tool generation):
which SFC
/cm/local/apps/gcc/11.2.0/bin/gfortran

Serial C compiler (mostly for tool generation):
which SCC
/cm/local/apps/gcc/11.2.0/bin/gcc

Fortran compiler for the model source code:
which FC
/usr/bin/which: no mpif90 in (/cm/shared/apps/slurm/current/sbin:/cm/shared/apps/slurm/current/bin:/cm/local/apps/gcc/11.2.0/bin:/home/varun.katoch/.local/bin:/home/varun.katoch/bin:/cm/local/apps/environment-modules/4.5.3//bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/sbin:/cm/local/apps/environment-modules/4.5.3/bin)
Will use 'time' to report timing information

C compiler for the model source code:
which CC
/usr/bin/which: no mpicc in (/cm/shared/apps/slurm/current/sbin:/cm/shared/apps/slurm/current/bin:/cm/local/apps/gcc/11.2.0/bin:/home/varun.katoch/.local/bin:/home/varun.katoch/bin:/cm/local/apps/environment-modules/4.5.3//bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/sbin:/cm/local/apps/environment-modules/4.5.3/bin)
make: *** [Makefile:72: configcheck] Error 1
 
Hi,
It looks like you don't have MPI installed (or you don't have it in your PATH), and I assume you're trying to compile for parallel computation (e.g., dmpar)? Take a look at this compiling tutorial to help you get everything installed correctly.
 
Back
Top