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

Compiling and Installing IOR

If a shared directory or file system exists in the system, you are advised to upload the IOR installation package to and install it in the shared directory or file system.

Procedure

If a shared directory or file system exists in the system, you are advised to upload the IMB installation package to and install it in the shared directory or file system.

  1. Upload the IOR installation package ior-master.zip to the /home directory on a server.
  2. Use PuTTY to log in to the server as the root user.
  3. Run the following commands to decompress the IOR installation package:

    cd /home

    unzip ior-master.zip

  4. Run the following commands to compile and install IOR:

    cd /home/ior-master

    ./bootstrap

    ./configure

    make all

  5. Run the following command to view the generated executable files such as ior and mdtest in the src directory:

    cd src

    ls