Hello.
NCI have gotten back to me with the tools they use for MPI debugging. See here
Some I want to build a MOM6 executable with debugging so I can find out why it fails for this particular case (but runs successfully for many other configurations!).
Now I have to remember the procedures to compiling your own MOM6 versions.
I have installed Spack before, following these instructions.
I’ll follow @Helen’s instructions here to compile OM3
Just checking - those instructions state:
I suggest skipping this step for now and waiting a couple of weeks before trying as there are some changes coming through that will make it easier.
The modifications are when you reach this step:
git clone https://github.com/ACCESS-NRI/ACCESS-ESM1.5.git spack env create mom5_dev ACCESS-ESM1.5/spack.yaml
you need to change to this:
git clone https://github.com/ACCESS-NRI/ACCESS-OM3.git spack env create mom6_dev ACCESS-OM3/spack.yaml
If you wait a couple of weeks, these next changes will not be necessary
Then, in spack.yaml you need to change
access-om3-nuopc: require: - '@git.0.3.1'
to
access-om3-nuopc: require: - '@git.0.3.1' - configurations=MOM6 - +mom_symmetric
Are those still the current instructions for compiling OM3?
Last December I did manage to compile an older executable, see here
https://21centuryweather.discourse.group/t/develop-a-regional-coupled-modelling-strategy/168/41
Thanks