Skip to content

Commit

Permalink
Get AiiDA tests working again (except one test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 6, 2024
1 parent c75b9cc commit 48cc69b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/docker/scripts/test_aiida.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ apt-get install -qq --no-install-recommends \
plocate \
sudo \
git \
ssh
ssh \
mpich
rm -rf /var/lib/apt/lists/*

# Create and activate a virtual environment for Python packages.
Expand All @@ -35,10 +36,6 @@ export PATH="/opt/venv/bin:$PATH"
export LANG="en_US.UTF-8" LANGUAGE="en_US:en" LC_ALL="en_US.UTF-8"
locale-gen ${LANG}

# link mpi executables into path
MPI_INSTALL_DIR=$(dirname "$(command -v mpiexec)")
for i in "${MPI_INSTALL_DIR}"/*; do ln -sf "$i" /usr/bin/; done

# Pick a compiler (needed to build some Python packages)
export CC=gcc

Expand Down

0 comments on commit 48cc69b

Please sign in to comment.