Running and Verifying CP2K
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to load the environment variable:
export PATH=/path/to/CP2K/exe/Linux-x86-64-gfortran:$PATH
- Run the following command as the root user to start the computation:
mpirun --allow-run-as-root -np 128 -x OMP_NUM_THREADS=1 cp2k.psmp H2O-256.inp > cp2k.H2O-256.inp.log
Parent topic: CP2K 7.1 Porting Guide (CentOS 7.6)

