Closed SRooke closed 4 months ago
Hi Stefan,
Thanks for pointing out this problem! I have updated the code in main branch to enable the code correctly compile with and without MPI. Please let me know if you run into any issues with the current code.
Amazingly quick response, and I can confirm it works entirely as expected now!
Thankyou!
When I try to compile using OpenMP instead of mpic++, I am getting an error from make:
I have traced this back to the definition of synchronize_keys being nested under an a conditional in tntblast_local.h, and tntblast_utils.cpp.
The instructions didn't mention removing objs from OBJs in the makefile, so I am wondering if I have set it up incorrectly in some way for it to be calling functions which appear to require -USE_MPI.
I have included my Makefile here:
/
Thanks!