Setting the BiSheng Compiler and Hyper MPI Environment Variables
Procedure
- Use PuTTY to log in to the server as the root user.
- Set the BiSheng Compiler and Hyper MPI environment variables.
export PATH=/path/to/bisheng/bin:/path/to/HMPI/bin:$PATH export LD_LIBRARY_PATH=/path/to/bisheng/lib:/path/to/HMPI/lib:$LD_LIBRARY_PATH export MPICC=mpicc export MPICXX=mpicxx export MPIFC=mpifort export CC=$MPICC export CXX=$MPICXX export FC=$MPIFC export F77=$MPIFC
Parent topic: Configuring the Compilation Environment