[FLASH-USERS] NAG compiler

Kevin Olson Kevin.M.Olson at drexel.edu
Fri May 22 09:02:45 EDT 2015


Hello,

I was wondering if anyone out there has had success using the NAG compiler with FLASH4.2?

The behavior I am seeing is a failure during initialization where it is setting up the runtime parameters.

I am running the NAG Fortran fortran compiler on a Mac (OSX 10.6.8).

The option to the compiler I am using are:
-c -g -dusty -C=pointer -w -r8 -mismatch -DNAGF95 -maxcontin=300 -gline -info -fpp 

When I run with this I get the following error during execution (1 proc):
Runtime Error: nameValueLL_data.F90, line 203: Undefined pointer CONTEXT%REAL_LIST used as argument to intrinsic function ASSOCIATED
Program terminated by fatal error
nameValueLL_data.F90, line 203: Error occurred in NAMEVALUELL_DATA:NAMEVALUELL_FINDREAL
nameValueLL_data.F90, line 153: Called by NAMEVALUELL_DATA:GETTYPE
nameValueLL_data.F90, line 406: Called by NAMEVALUELL_DATA:NAMEVALUELL_ADDINT
RuntimeParameters_add.F90, line 81: Called by RUNTIMEPARAMETERS_ADDINT
rp_initParameters.F90, line 23: Called by RP_CREATEPARMLIST
rp_initParameters.F90, line 8: Called by RP_INITPARAMETERS
RuntimeParameters_init.F90, line 116: Called by RUNTIMEPARAMETERS_INIT
Driver_initFlash.F90, line 95: Called by DRIVER_INITFLASH
Flash.F90, line 51: Called by FLASH


From what I can see it looks as if the variable 'parameter' if type 'context_type' is not defined and the pointer in nameValueLL_data.F90 is also undefined.

Let me know if I can give you any more information or if anyone knows how to fix this with the NAG compiler.

Thanks,
Kevin Olson




More information about the flash-users mailing list