Open
Description
I am trying to install the package, however, it is not well documented what needs to be modified. I guess that this is the suggested method:
python setup.py install --user
However, this must be modified in the setup.py file
MNEST_DIR = Path('/users/bsvoboda/code/MultiNest')
maybe use the LD_LIBRARY_PATH variable.
Also, if I need to use the icc compiler instead of gcc, then this command line could be used:
LDSHARED="icc -shared" CC=icc python setup.py install --user
also, I think that -openmp
should be removed from setup.py
in the case of using icc
How do you setup the code for a new dataset? What is the shortcut?
Metadata
Assignees
Labels
No labels
Activity