Hi
I am following the steps given here:
https://github.com/pmodels/bolt/blob/main/README.md
When I run the following in bash:
cmake ../bolt-2.0 -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/home/hari/bolt-install \
-DCMAKE_C_COMPILER=<C compiler> \
-DCMAKE_CXX_COMPILER=<C++ compiler> \
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
-DCMAKE_BUILD_TYPE=Release \
-DLIBOMP_USE_ARGOBOTS=on \
2>&1 | tee c.txt
The following error appears right away:
bash: C: No such file or directory
The c.txt file that is generated is empty.
Please, help me resolve this issue.
Also, the FAQ link is not working. It takes me to the home page of the
github repo.
Yours truly
Hariprasad