First page Back Continue Last page Overview Graphics
Compiling MPQC V2
Installing
“make install” installs all of the MPQC runtime
“make install_devel” installs headers and libraries
Search order for library files:
- Value of SCLIBDIR environmental variable
- The installed library directory
- The library directory in the source code
MPI Issues
- Sometimes, MPI does not pass arguments to main
- Requires an early call to MPI_Init
- Force this early call by configuring MPQC with
Notes: