Skip to content

Improve details on installation #1

Open
@jpinedaf

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions