Skip to content
Carl Pearson edited this page May 31, 2018 · 6 revisions

Power8

xgboost may have a problem building and linking.

You can solve this problem by building your own xgboost. Download xgboost and modify the Makefile to remove the -msse2 flag from gcc.

Then python setup.py install xgboost somewhere, and retry doing

python setup.py install for plasma.

Blue Waters

module load python does not seem sufficient. instead:

module load bwpy bwpy-mpi

Edit setup.py to remove the check for mpicc, seems just to be a proxy to check that mpi is installed

python setup.py install

Clone this wiki locally