Skip to content
Carl Pearson edited this page Jun 10, 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 bwpy

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

bwpy-environ -- python setup.py install

Clone this wiki locally