We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c675b commit b44e021Copy full SHA for b44e021
.github/workflows/dependencies-linux.sh
@@ -18,7 +18,7 @@ cd ..
18
# Mercury
19
git clone --recursive https://github.com/mercury-hpc/mercury.git
20
cd mercury
21
-git checkout v2.1.0
+git checkout v2.2.0
22
mkdir build && cd build
23
cmake ../ -DCMAKE_C_COMPILER=gcc -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DNA_USE_OFI=ON -DNA_USE_SM=OFF -DMERCURY_USE_CHECKSUMS=OFF
24
make -j2 && sudo make install
0 commit comments