BerkeleyLab / caffeine

A parallel runtime library for Fortran compilers
https://berkeleylab.github.io/caffeine/
Other
37 stars 7 forks source link

Look into Caffeine implementations of `error stop` and `stop` #77

Open ktras opened 5 months ago

ktras commented 5 months ago

Caffeine implementations of error stop and stop may need to be updated since it seems to call back and forth between Fortran, then C, then Fortran, which may not be advisable.

bonachea commented 1 day ago

The current messy implementation of error_stop also appears to currently be seg-faulting inside inner_caf_error_stop_character when compiled by flang-new