Specify QMC_MPI=0

This commit is contained in:
Paul R. C. Kent 2023-12-08 15:17:11 -05:00 committed by GitHub
parent 253b4933b0
commit 14803bf7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ make -j 8
* Non-MPI build:
```
cd build
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DQMC_MPI=0 ..
make -j 8
```