我要评分
获取效率
正确性
完整性
易理解

Setting the BiSheng Compiler and Hyper MPI Environment Variables

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. 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