poulson on master
Update README.md (compare)
poulson on master
added logo (compare)
DEBUG_CSE
which creates a CallStackEntry
via DEBUG_ONLY(CallStackEntry cse(EL_FUNCTION))
, where EL_FUNCTION
maps to __PRETTY_FUNCTION__
if it is available and __func__
otherwise: elemental/Elemental@bc0cb4a
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.3.1-6), libgcc1 (>= 1:3.4.2-12), libgomp1, mpich, libmpich-dev, libopenblas-dev, liblapack-dev, python-numpy, libmetis-dev")
(for the mpich
package)
libscalapack-mpi-dev
is comparable to the version you pull when building Elemental (?).. Are there any other dependencies we are missing?