Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to configure the environment variables of the Psi4 executable file:
export PATH=/path/to/PSI4/install/bin:$PATH
- Run the following command to go to the test case directory:
cd /path/to/PSI4/install/share/psi4/samples/opt-multi-frozen-dimer-c2h
- Run the following command to run Psi4:
psi4 input.dat
After the running is complete, check the value of Wall Time in the timer.dat file. A smaller value indicates a higher performance.
Parent topic: Psi4 1.3.2 Porting Guide (CentOS 7.6)