Closed ahmadia closed 7 years ago
changes needed in Elemental are raised as an issue here: https://github.com/elemental/Elemental/issues/149
make -j 4
seems to be safe.
This is a C1 proxy problem.
qmj240@f45c899d5ff9 ~/Elemental/build master $ cd source/
qmj240@f45c899d5ff9 ~/Elemental/build/source master $ git clone https://github.com/scibuilder/parmetis.git
Also much needed:
-D CMAKE_INSTALL_PREFIX="~/anaconda3/envs/elemental"
Still to do, get a proper conda build recipe for elemental so that we can just build this correctly once and never again. Currently stuck at Python 2 but shouldn't be hard to fix to Python 3 compatibility.
The scope of this project has been reduced to just model parallelism (e.g. grid-search) over small-medium data. It'd still be nice to get this working ,but I'm closing for now, as this is unrelated to this project.
@ahmadia if you still have an interest in this I've been building a variety of dask-other
projects recently where other is a distributed system. I'd be happy to collaborate here if handing off data between systems is still of value to you all and you have someone on the elemental side that is interested in taking this on.
should be significantly easier for Linux, but maybe not.
Problem #1, cmake doesn't like conda's MPI very much, so we'll have to hardcode some MPI variables into the build system. Here's what it looks like on my box: