Hello,
I keep receiving this error when building MPASv8.0.1(the latest version from github?)...
However, it seems that the path is correct (I use PIO-2.5.4)
the command i use is
while TAR=gnu-mpifort is what I add to the MakeFile(basically it's the same as gnu or gfortran but with mpifort instead of mpif90)
I've also tried 'make gfortran' provided in MakeFile but still received the same error...
What might be the reason causing this?
Thanks!
I keep receiving this error when building MPASv8.0.1(the latest version from github?)...
However, it seems that the path is correct (I use PIO-2.5.4)
Code:
$ ls $PIO/lib
libpioc.a libpioc.la libpiof.a libpiof.la
$ ls $PIO/include
piodarray.mod pio_kinds.mod pio_meta.h pionfatt_mod.mod pio_nf.mod pio_support.mod uthash.h
pio.h piolib_mod.mod pio.mod pionfget_mod.mod pionfput_mod.mod pio_types.mod
the command i use is
Code:
make $TAR CORE=atmosphere PRECISION=single USE_PIO2=true
I've also tried 'make gfortran' provided in MakeFile but still received the same error...
What might be the reason causing this?
Thanks!