File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
git clone --depth 1 --branch v4.10.0 https://github.com/Goddard-Fortran-Ecosystem/pFUnit.git
36
36
cd pFUnit
37
+ FC=$(which mpif90) \
38
+ CC=$(which mpicc) \
37
39
cmake -B./build -S.
38
40
cd build
39
41
make install
44
46
cd ParallelIO
45
47
FC=$(which mpif90) \
46
48
CC=$(which mpicc) \
47
- cmake -S./ -B./build \
49
+ cmake -B./build -S. \
48
50
-DCMAKE_INSTALL_PREFIX=./install \
49
51
-DPIO_ENABLE_TIMING=OFF \
50
52
-DWITH_PNETCDF=OFF \
63
65
- name : Build cam-sima
64
66
run : |
65
67
PIO_ROOT=$GITHUB_WORKSPACE/ParallelIO/install/ \
68
+ FC=$(which mpif90) \
69
+ CC=$(which mpicc) \
66
70
cmake \
67
71
-DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/pFUnit/build/installed;/usr/lib/x86_64-linux-gnu/cmake/netCDF;/usr/lib/x86_64-linux-gnu/" \
68
72
-DCAM_SIMA_ENABLE_CODE_COVERAGE=ON \
You can’t perform that action at this time.
0 commit comments