Goddard-Fortran-Ecosystem / pFlogger

A parallel Fortran logger (based on the design of the Python logger)
Other
18 stars 8 forks source link

Error in tests with Intel 18.0.5 #4

Closed mathomp4 closed 4 years ago

mathomp4 commented 5 years ago

I've added pFlogger 1.2.0 to Baselibs in version 5.2.1 and the build of pFlogger was successful with 18.0.5. But when I did a make check:

[100%] Run tests.x
................................................................................
...
forrtl: severe (190): for allocate(source=), source needs to be allocated
Image              PC                Routine            Line        Source             
tests.x            00000000014DC1EE  Unknown               Unknown  Unknown
tests.x            00000000005CDE73  pfl_abstracthandl         174  AbstractHandler.F90
tests.x            000000000053F4CD  pfl_config_modbui         538  Config.F90
tests.x            000000000053B6A6  pfl_config_mod_mp         466  Config.F90
tests.x            00000000004F48AE  test_config_mod_m         248  Test_Config.pf
tests.x            00000000014BF8C9  testmethod_mod_mp          87  TestMethod.F90
tests.x            00000000014BDEEE  testcase_mod_mp_r         149  TestCase.F90
tests.x            00000000014BE1D5  testcase_mod_mp_r         159  TestCase.F90
tests.x            00000000014C867A  testresult_mod_mp         234  TestResult.F90
tests.x            00000000014BDB1A  testcase_modrun_m         134  TestCase.F90
tests.x            00000000014BD54E  testcase_mod_mp_r         121  TestCase.F90
tests.x            00000000014D24E4  testsuite_mod_mp_         114  TestSuite.F90
tests.x            00000000014D24E4  testsuite_mod_mp_         114  TestSuite.F90
tests.x            00000000014CE870  testrunner_mod_mp         100  TestRunner.F90
tests.x            000000000040837D  MAIN__                    226  driver.F90
tests.x            0000000000404C9E  Unknown               Unknown  Unknown
libc-2.11.3.so     00002AAAAB386C36  __libc_start_main     Unknown  Unknown
tests.x            0000000000404B29  Unknown               Unknown  Unknown
...............................................................make[5]: *** [tests/CMakeFiles/tests] Error 190

As I have no confidence I actually built pFlogger correctly, here is the cmake line I used:

cmake -DCMAKE_INSTALL_PREFIX=$(prefix)/pFlogger -DMPI=YES -DPFUNIT=$(prefix)/pFUnit/pFUnit-serial -DFTL=$(prefix)/gFTL .. 
mathomp4 commented 4 years ago

Closing as old