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

Elemental kiss_fft missing #6

Closed jeffhammond closed 9 years ago

jeffhammond commented 9 years ago

For some reason, I do not get libkiss_fft with Elemental (git master as of two hours ago) on NERSC Edison. Because of this, AQUARIUS configure fails. Since AQUARIUS does not need this library, perhaps there is a way to not look for it.

devinamatthews commented 9 years ago

You can set --with-elemental-libs when configuring as needed.

jeffhammond commented 9 years ago

But it's more fun if configure "just works" :-)