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. Run the following commands to copy the Tests directory of the source package to the test case directory:
    cd /path/to/SIESTA
    cp -r ./siesta-4.0.2/Tests /path/to/TESTCASE
  3. Run the following command to go to the test case directory:
    cd /path/to/TESTCASE/Tests/born
  4. Run the following command to execute the test case file:
    make SIESTA="mpirun --allow-run-as-root -np 128 siesta"

    If the born.out and work files are generated, the execution is successful.