Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the MAKER source code root directory.
    cd /path/to/maker
  3. Create a test directory and switch to the directory.
    mkdir test
    cd test
  4. Copy the test data.
    cp ../data/dpp_* ./
  5. Create a configuration file.
    maker -CTL

  6. Modify the maker_opts.ctl file to specify the test data to be copied.
    1. Open maker_opts.ctl.
      vi maker_opts.ctl
    2. Press i to enter the insert mode and modify lines 2, 16, and 22.

      Before the modification:

      After the modification:

    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  7. Run the test case.
    mpirun -n 4 maker -l archaea_odb10 maker_opts.ctl maker_bopts.ctl maker_exe.ctl

    The following figure shows the command output.