Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Create a working directory.
mkdir -p path/to/CASE
- Go to the working directory.
cd /path/to/CASE
- Obtain the test case and the binary file.
wget https://www.ks.uiuc.edu/Research/namd/utilities/stmv.tar.gz wget https://www.ks.uiuc.edu/Research/namd/2.13/benchmarks/stmv_nve_cuda.namd
- Decompress stmv.tar.gz.
tar xvf stmv.tar.gz
- Copy stmv_nve_cuda.namd to the stmv directory.
cp stmv_nve_cuda.namd stmv
- Run the test case to start a test.
cd stmv /path/to/NAMD/NAMD_2.14_Source/Linux-ARM64-g++/namd2 +p96 +setcpuaffinity +maffinity +isomalloc_sync +devices 0,1 stmv_nve_cuda.namd
View the value of day/ns in the log. A smaller value indicates a higher performance.

Parent topic: NAMD 2.14 Porting Guide (CentOS 8.2)