Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- Run the following command to go to the test case directory:
cd /path/to/TESTCASE/Tests/born
- 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.

Parent topic: SIESTA 4.0.2 Porting Guide (CentOS 7.6)