James Foucar
James Foucar
Merged with upstream to resolve conflicts.
Adding @jasonb5 since this is likely related to the CIME reorganization.
It looks like this has been taken care of.
Sorry, this fell off my radar. I will take a look this week.
Hi all, apologies for delays on this. I am on perlmutter and I see the same error with case `SMS.T62_oRRS18to6v3.GMPAS-IAF.pm-gpu_nvidiagpu`. Working on a fix now.
@cponder , It looks like `-Wl,--allow-multiple-definition` is already in the link line, so unfortunately that won't be the fix we need.
@philipwjones , I will try some different compiler versions because I am otherwise stumped. The error is: ``` nvlink error : Multiple definition of '_mpas_timekeeping_21' in '../../mpas-framework/src/libocn.a:mpas_timekeeping.f90.o', first defined in...
OK, I have a fix. The problem seems to be the fact that I made the MPAS common library an OBJECT library, as opposed to a SHARED or STATIC library,...
@lucbv , @ndellingwood , yep, appears to work now! Thanks!
@ndellingwood , I see the problem. Fix comong.