Ivana Escobar
Ivana Escobar
Checked on MacOS, and had to remove inline `sed` editing. Also rearranged forward target order to match changes made to AD target order. In MacOS, I was running into a...
I'll check updates on the repository `verification_other` as well! I have a simpler version of my work, that could be useful. Let's decide if that would be good enough for...
Updated `genmake2` based on some of @mjlosch 's comments. Left some of the comments unresolved for now.
> > We can wait until #858 and #865 are merged before we continue with this, unless you want to merge `upstream/master` (`git pull upstream master`) into this branch now....
Merged most F90 related updates. Currently, waiting on #865
@mjlosch I made some changes I thought were already here, but were in a different repo! The next changes have to do with setting `-free` and `-fixed` flags separately. Currently,...
This works for my set-up, and generates `mitgcmuv_ad` as expected. I updated my `genmake_local` file to account for the new `TAF_F90/77_FLAGS`. I also added `NON_AD_F90_SRC_FILES` back into the `LINK`ing command.
> And regarding the changes here from "rm -f" to "rm -rf": if the current "rm -f" does not break the generation of a working `Makefile` (just leaving few dir...
Thanks @mjlosch , not sure what possessed my text editor
These modifications work for my local set-up. With these modifications the following are addressed: - Correct files listed in `AD_F90FILES` and `NON_AD_F90_SRC_FILES` - Ability to use `adall`, `adtaf` and `ftlall`,...