Closed twobombs closed 4 years ago
If you want MPI support you have to specify the MPI compiler as follows:
Using MPI under linux: cmake -DCMAKE_CXX_COMPILER=mpicxx
If you don't want MPI support (so single GPU only), then disable the MPI options in the CMake config via the ccmake
program, eg:
ccmake .
Thanks, will look into my options. Looking into using a K80 Tesla ( dual GPU ) Also: when I get this working it will be Dockerized/Containerized, so that could be something back in return :)
next up:
cmake sets the enviroment yet make causes an include fail : mpi.h
installed anything that I could find on mpi.h, but to no avail. again on ubuntu 20.04
Any ideas here ? ( background: I'm trying to build this project to see if I can use the output of Qrack, a quantum computer simulator, on the nbody functions. )