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

Installing MED

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the MED installation package:
    tar -zxvf med-4.0.0.tar.gz
  3. Run the following command to switch to the directory generated after decompression:
    cd med-4.0.0
  4. Run the following command to configure MED:
    ./configure --prefix=/path/to/MED --with-hdf5=/path/to/HDF5 --disable-python
  5. Run the following commands to compile and install MED:
    make -j
    make install
  6. Run the following commands to set the MED environment variables:
    export PATH=/path/to/MED/bin:$PATH
    export LD_LIBRARY_PATH=/path/to/MED/lib:$LD_LIBRARY_PATH