Modules Issue for HAFS on Orion #152
-
Hello, It seems like there is a conflict between the modulefiles on Orion and the forecast executable. Both Mu-Chieh Ko and I have gotten an error of the form: MPIDI_OFI_mpi_init_hook(1382): OFI get address vector map failed) With some tweaks to the module file, this error goes away, but the following error shows up: Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "w3nco/2.4.1" Try: "module spider w3nco/2.4.1" to see how to load the module(s). The tests I am running are working with this branch: * feature/hafsv0.3_ensda_eps Thanks! Andy Hazelton |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is the code block that allowed the fgat tasks to succeed on Orion. This issue appears to affect some of the newer builds. However, I believe Lew built HAFS around 9/20 and he is not experiencing these module issues. So, this is a temporary solution until the modules at all levels of the HAFS workflow have been unified. I am not planning to commit this change. if [ "${RUN_ENVIR^^}" != NCO ]; then |
Beta Was this translation helpful? Give feedback.
-
I also see the similar error when I ran the develop branch on Orion: MPIDI_OFI_mpi_init_hook(1382): OFI get address vector map failed) |
Beta Was this translation helpful? Give feedback.
I also see the similar error when I ran the develop branch on Orion: MPIDI_OFI_mpi_init_hook(1382): OFI get address vector map failed)
When reran it, and it passed without error. This problem seems relate to MPI and UCX setting. I'll send an email to Orion help desk to see whether they could have some comments and suggestions. Thanks!