You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to install AMGX on a remote computing cluster. This cluster has OpenMPI 4.1.5 available as a loadable module, but I also have OpenMPI 5.0.3 downloaded as an external package within another program.
I would like to have AMGX use OpenMPI 5.0.3. I have attempted to do this during the configuration phase by using code such as:
<$cmake -DCMAKE_PREFIX_PATH=[path to openmpi5.0.3] ../>
<$cmake -DMPI_C_HEADER_DIR=[path to openmpi5.0.3] ../>
However, despite trying these variations, OpenMPI is not seen and I get the output:
Is there a way to point AMGX to my current download/installation of OpenMPI 5.0.3?
The text was updated successfully, but these errors were encountered:
I would like to install AMGX on a remote computing cluster. This cluster has OpenMPI 4.1.5 available as a loadable module, but I also have OpenMPI 5.0.3 downloaded as an external package within another program.
I would like to have AMGX use OpenMPI 5.0.3. I have attempted to do this during the configuration phase by using code such as:
<$cmake -DCMAKE_PREFIX_PATH=[path to openmpi5.0.3] ../>
<$cmake -DMPI_C_HEADER_DIR=[path to openmpi5.0.3] ../>
However, despite trying these variations, OpenMPI is not seen and I get the output:
Is there a way to point AMGX to my current download/installation of OpenMPI 5.0.3?
The text was updated successfully, but these errors were encountered: