Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better missing file traceback from ExtData2G #1544

Closed
mathomp4 opened this issue Jun 6, 2022 · 0 comments · Fixed by #1545
Closed

Better missing file traceback from ExtData2G #1544

mathomp4 opened this issue Jun 6, 2022 · 0 comments · Fixed by #1545
Assignees
Labels
🪲 Bugfix This fixes a bug!

Comments

@mathomp4
Copy link
Member

mathomp4 commented Jun 6, 2022

In my trying to test ExtData2G this afternoon, I forgot to update the Chem GC version. In doing so I got this:

forrtl: No such file or directory
forrtl: No such file or directory
forrtl: No such file or directory
forrtl: No such file or directory
forrtl: No such file or directory
forrtl: No such file or directory
forrtl: severe (29): file not found, unit -145, file /gpfsm/dnb44/mathomp4/Experiments/stock-2022Jun06-1day-c24-ExtData2G/scratch/GEOSachem_ExtData.yaml
Image              PC                Routine            Line        Source
GEOSgcm.x          000000000340B6C8  Unknown               Unknown  Unknown
GEOSgcm.x          000000000342FAF2  Unknown               Unknown  Unknown
libMAPL.ExtData2G  00002B5008429717  fy_filestream_mp_          32  FileStream.F90
libMAPL.ExtData2G  00002B500837840F  mapl_extdataconfi          73  ExtDataConfig.F90
libMAPL.ExtData2G  00002B5008378B3C  mapl_extdataconfi          82  ExtDataConfig.F90
libMAPL.ExtData2G  00002B50083B0655  mapl_extdataoldty          51  ExtDataOldTypesCreator.F90
libMAPL.ExtData2G  00002B50083A7B5C  mapl_extdatagridc         353  ExtDataGridCompNG.F90
libesmf.so         00002B4FFB80B9E4  _ZN5ESMCI6FTable1     Unknown  Unknown
libesmf.so         00002B4FFB80F52F  ESMCI_FTableCallE     Unknown  Unknown
libesmf.so         00002B4FFBDB451A  _ZN5ESMCI3VMK5ent     Unknown  Unknown
libesmf.so         00002B4FFBDA1875  _ZN5ESMCI2VM5ente     Unknown  Unknown
...

Now, the error is explicit, but it's from Intel not MAPL. So we should trap this.

@mathomp4 mathomp4 added the 🪲 Bugfix This fixes a bug! label Jun 6, 2022
@mathomp4 mathomp4 self-assigned this Jun 6, 2022
mathomp4 added a commit that referenced this issue Jun 6, 2022
…g-missing-file

Fixes #1544. Adds _ASSERT for missing ExtData file
@mathomp4 mathomp4 linked a pull request Jun 7, 2022 that will close this issue
7 tasks
@mathomp4 mathomp4 closed this as completed Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 Bugfix This fixes a bug!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant