devinamatthews / aquarius

Aquarius is a parallel quantum chemistry package built on the Cyclops Tensor Framework which provides high-performance structured tensor operations. Aquarius is primarily focused on iterative methods such as CC, CI, and EOMCC.
BSD 3-Clause "New" or "Revised" License
27 stars 11 forks source link

add mpifort to libs test #15

Closed jeffhammond closed 7 years ago

jeffhammond commented 8 years ago

the name of the MPICH Fortran library has changed over time...

devinamatthews commented 8 years ago

Is there a new version of AXPROG[CC,CXX]_MPI that fixes this? Otherwise it will be overwritten by autoreconf.

devinamatthews commented 8 years ago

Is an explicit library needed though? Shouldn't the NONE check work for reasonable MPI wrappers? If it is really needed, make the change in m4/axprog[f77,fc]_mpi.m4 and regenerate configure.

jeffhammond commented 8 years ago

It was required at some point in the past (last 6 months, with Intel MPI). I will retest and see what the story is now.