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 4f46408 commit 4472616Copy full SHA for 4472616
.github/workflows/linux.yml
@@ -98,6 +98,7 @@ jobs:
98
ctest
99
100
# Compile PDC
101
+ mkdir $PDC_DIR
102
cd $PDC_DIR
103
git checkout develop
104
cmake ../ -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$PDC_DIR -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=mpicc
0 commit comments