forked from PPPLDeepLearning/plasma-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Building
Carl Pearson edited this page May 31, 2018
·
6 revisions
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.
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