Harsh Bhatia
Harsh Bhatia
okay. i just copied the file, since i thought you're grabbing the appropriate module out. i think the new file is not needed. when you get a chance, would you...
the `v0.26` adapter did work just fine, so i dont think any changes are needed. the only reason i went in to make this change was that when maestro creates...
it does look like something is broken. just documenting the log here until i figure out more detail. @FrankD412 will recognize this mummi logging. ``` 2022-05-18 14:48:56,952 - [wf_manager:164728] mummi_core.workflow.jobTracker:update:504...
@adamjstewart @alalazo i need some help with this. the cmake creates multiple test targets, e.g., `TestGPUDistance`. the `make TestGPUDistance` command build as well as runs the test. Using spack, however,...
i havent. i am able to build and run tests correctly directly through cmake. but it fails when built through spack.. so my guess is that spack is not forwarding...
the package install and runs fine on Summit. So looks like there is nothing wrong with that. However, there is a problem on lassen when we run with `+tests`. my...
@alalazo , can you merge this one in. this works fine and the issue seems to be lassen, not the package.py
@adamjstewart @alalazo : another ping with request to review and merge this
@alalazo can we merge this in quick? there are some styling changes that you asked for, but some of those can be done along the way in future. the package...
I tried to figure out the case of this memory issue. While not fully successful, I have narrowed it down to [this function](https://github.com/mmolero/PoissonRecon_v6_13/blob/c14e54619e5e0102ae3470f872258c37bb7934fb/src/Octree.inl#L1923) `ConstNeighborKey3::~ConstNeighborKey3`. The original PoissonRecon V6.13 code is...