NCAR / mam

A modal aerosol model
Apache License 2.0
2 stars 0 forks source link

Test aerosol-radiation code with Intel, PGI, NAG #15

Closed mattldawson closed 2 years ago

mattldawson commented 2 years ago

json-fortran does not compile with PGI. If this is necessary, we can consider contributing to the json-fortran project to get it to work with PGI

mattldawson commented 2 years ago

Compiling the musica-core library with Intel/2021.2 results in a seg fault when running the tests, which can be reproduced with this test.

Tested on Casper with:

Currently Loaded Modules:
1) intel/2021.2 3) netcdf-mpi/4.8.1 5) pio/2.5.4 7) ncarcompilers/0.5.0
2) openmpi/4.1.1 4) pnetcdf/1.12.2 6) ncarenv/1.3

Compiling with:

ifort -pg -traceback -o test test.F90

When run, returns:

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
test 0000000000418A4A Unknown Unknown Unknown
libpthread-2.17.s 00002B05ED776630 Unknown Unknown Unknown
test 0000000000408F26 Unknown Unknown Unknown
test 000000000040AC31 Unknown Unknown Unknown
test 000000000040AC31 Unknown Unknown Unknown
test 000000000040C3FE Unknown Unknown Unknown
test 000000000040676D MAIN__ 220 test.F90
test 0000000000404762 Unknown Unknown Unknown
libc-2.17.so 00002B05ED9A5555 __libc_start_main Unknown Unknown
test 0000000000404629 Unknown Unknown Unknown

submitted ticket with support: RC-10879

mattldawson commented 2 years ago

not moving forward with aerosol-radiation approach to MAM refactor