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 8cfe42d commit 3a8a935Copy full SHA for 3a8a935
.azure-pipelines.yml
@@ -13,6 +13,7 @@ jobs:
13
BLASPP_HOME: '/usr/local'
14
CEI_SUDO: 'sudo'
15
CEI_TMP: '/tmp/cei'
16
+ CMAKE_GENERATOR: 'Ninja'
17
FFTW_HOME: '/usr'
18
LAPACKPP_HOME: '/usr/local'
19
OMP_NUM_THREADS: 1
@@ -75,7 +76,8 @@ jobs:
75
76
set -eu -o pipefail
77
cat /proc/cpuinfo | grep "model name" | sort -u
78
df -h
- sudo apt install -y ccache curl gcc gfortran git g++ openmpi-bin libopenmpi-dev \
79
+ sudo apt install -y ccache curl gcc gfortran git g++ ninja-build \
80
+ openmpi-bin libopenmpi-dev \
81
libfftw3-dev libfftw3-mpi-dev libhdf5-openmpi-dev pkg-config make \
82
python3 python3-pip python3-venv python3-setuptools libblas-dev liblapack-dev
83
ccache --set-config=max_size=10.0G
0 commit comments