dashline
Member
I have succeeded in installing the PIO and setting the PIO
When I compile the MPAS with make -j20 ifort CORE=init_atmosphere PRECISION=single DEBUG=true USE_PIO2=true, I face this error as follow:
Code:
Install the project...
/fs1/software/cmake/3.20.3/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/lib/libpio.settings
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/lib/libpioc.a
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pio.h
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/uthash.h
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/lib/libpiof.a
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pio.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pio_nf.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pio_types.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/piolib_mod.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pionfget_mod.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pio_kinds.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pio_support.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/piodarray.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pionfatt_mod.mod
-- Installing: /fs1/home/tianxj/yhluo/mpas/pio/include/pionfput_mod.mod
Code:
export PIO=/fs1/home/tianxj/yhluo/mpas/pio
Code:
Checking for a usable PIO library...
************ ERROR ************
Failed to compile a PIO test program
Please ensure the PIO environment variable is set to the PIO installation directory
************ ERROR ************