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

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

After the modification:

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open maker_opts.ctl.
- 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.

If an error is reported during the running, see An Error Similar to "cannot locate Text/Soundex.pm in *****" Is Reported When Running a Test Case.
Parent topic: MAKER 2.31.11 Porting Guide (openEuler 20.03)