I got a problem when trying to configure abinit-6.4.1.
Here is my configuration file:
#!/bin/bash
../configure --enable-mpi \
--with-mpi-prefix=/lap/openmpi/1.4.3/intel-11.1
--enable-netcdf="no" \
--enable-bigdft="no" \
--enable-wannier90="no"
I followed the build-examples, in which both "--enable-mpi" and "--with-mpi-prefix=..." were set.
But I got the message that
==============================================================================
=== Connector startup ===
==============================================================================
configure: Initializing MPI support
configure: looking for MPI in /lap/openmpi/1.4.3/intel-11.1
configure: error: use --with-mpi-prefix or set CC, not both
Any idea for that? I did not set CC or any other compiler.
Thanks for attention!