Skip to content
Snippets Groups Projects
Commit 8185d920 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added flags to switch off library search (on by default)

All libraries can be switched off with
./configure --disable-name

This allows testing or removing libraries that are
known to be buggy or problematic.

Notice that when lapack/blas are off, internal versions
are used (plumed does not work without them).

Also notice that when mpi search is on standard mpi compilers
are searched for before non-mpi ones.
Thus, to configure with mpi just type:

./configure

To configure without mpi use:

./configure --disable-mpi

I made this change since mpi is commonly needed and there is no
expected drawback from using mpi.
parent 052acee4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment