Ivana Escobar

Results 68 comments of Ivana Escobar

Have you tried compiling with `ifort` instead? I had success linking *.mod using the ifort compiler with minimal changes to a standard issued optfile. I tried reproducing your problem on...

Hi all, Thanks @mjlosch for pointing me to this PR! > I am also getting correct `_ad.f` files (after my fixes of `adj_sed`), but none of the AD testreport experiments...

I've updated `genmake2` with @mjlosch 's committed fixes, and it seems to pass the one `testreport` I ran, not sure if the summary stating "Not enough lines..." matters. Ran: ```...

@mjlosch, I've checked on your points and address each one below: > @IvanaEscobar It's great that it works for you, thanks for testing. You'll find that "Not enough lines..." also...

> @IvanaEscobar > > > > 10. On my MacBook, [genmake2_hybrid](https://github.com/IvanaEscobar/MITgcm/tree/genmake2_hybrid) does not work. > > > > > > Is this a `.fr9` based issue? I ended up abandoning...

There are a few considerations when compiling with F90 code that uses modules. - topological order for both forward and reverse compilation - linking the adjoint executable excluding any forward...

Sorry, I forgot to include the `varid` modification. In other parts of pkg/profiles, the nc file must be closed and opened before reading from it using `NF_CLOSE … NF_OPEN` in...

This issue is addressed in #887

Great idea, I'll add it by tomorrow