Matt Thompson
Matt Thompson
Is this with GCC or Intel? With Intel it's often fairly simple to suppress warnings. With GCC, it can be a bit harder, but often possible.
@lizziel We've done a good job making the MAPL build be fairly warning free (to the point we can). But I'll take a look and see if I can suppress...
> We are still using MAPL 2.26.0, so perhaps we should just be patient for MAPL 3... Well, MAPL 3 is a long way off. But I think MAPL 2.40...
@rookiehpc You are right. I thought they'd also *replaced* the `omp master` with `omp primary` but no, it was *removed*. They did change all references to "master process" with "primary...
And ooh, I like `masked filter`. Using your example: ```fortran !$omp masked filter(2) WRITE(*,'(A,I0,A)') '(Thread ', omp_get_thread_num(), ') Only the masked thread executes this printf, which is me.' !$omp end...
@pernak18 Ah. Okay. I just didn't know if say each commit here was say a "point in time" in RRTMG_LW. So if commit X is v5.0, then commit X-1 was...
Note: as a test, I figured I'd just try to deploy a new app and that failed with: ``` -----> Building on the Heroku-22 stack -----> Using buildpack: heroku/python ----->...
It looks like with Heroku 22, this now needs to use Python 3.10.7. At least, that's what I've found in looking at trying to fix #32. I was able to...
@lizziel I'm a bit confused. To build pFlogger they are required. Are you somehow building pFlogger without them?
Oh. Huh. Actually `r8_flags` never appears anywhere in the source code. So I guess it can't be due to the REAL64 flags not being appended. Hmm.