pnnl / lamellar-runtime

Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST
Other
43 stars 5 forks source link

ofi_monitor_cleanup: Assertion error #11

Closed kwaters4 closed 2 years ago

kwaters4 commented 2 years ago

When running a lamellar program in parallel there is an error when the program attempts to finish. I believe it is somewhere between ROFI and libfabric, if you want to this in the ROFI repo, feel free to say that and close this.

The example rust program is running to completion and then the following error occurs:

test_app: prov/util/src/util_mem_monitor.c:84: ofi_monitor_cleanup: Assertion `dlist_empty(&monitor->list)' failed.

libfabric version : 1.15.0

I can provide more details, just let me know.

rdfriese commented 2 years ago

I think you are right that this might make more sense to move to the ROFI repo, I'll close this issue here, thanks!