Description
I'm building from master/2.7.9. I've tried three different compilers (IBM, GNU, PGI) and all give me errors starting at line 367 in module.F90. I'm using the following configure command:
./configure --enable-pgi --enable-essl --with-essl=/sw/summit/essl/6.1.0-2/essl/6.1/ FC=mpif90 CC=mpicc
Here's an example:
PGF90-S-0198-Illegal use of startx_frc in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_bcr in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_f_c1 in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_b_c1 in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_ctrans_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_strans_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_ctrans_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_strans_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_b_c2_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_f_c2_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_b_c2_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of startx_f_c2_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_frc in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_bcr in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_f_c1 in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_b_c1 in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_ctrans_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_strans_same in ALLOCATE/DEALLOCATE (module.F90: 367)
F90-S-0198-Illegal use of starty_ctrans_dif in ALLOCATE/DEALLOCATE (module.F90? 367)
PGF90-S-0198-Illegal use of starty_strans_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_b_c2_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_f_c2_same in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_b_c2_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0198-Illegal use of starty_f_c2_dif in ALLOCATE/DEALLOCATE (module.F90: 367)
PGF90-S-0038-Symbol, startx_frc, has not been explicitly declared (module.F90)