Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Installation simplification. #93

Open
SergioMartin86 opened this issue Jul 18, 2019 · 1 comment
Open

Request: Installation simplification. #93

SergioMartin86 opened this issue Jul 18, 2019 · 1 comment

Comments

@SergioMartin86
Copy link

These are the instructions I have to build and install Mirheo:

Install Mirheo Tools

    cd $HOME
    mkdir src
    cd src
    git clone --recursive https://github.com/cselab/Mirheo.git
    cd Mirheo
    cd tools
    ./configure --bin-prefix $HOME/.local/bin --exec-cmd srun
    make
    make install

Install Mirheo

    cd $HOME/src/Mirheo
    . mir.load
    mir.make install
    cd ..
    rm -rf Mirheo

Install python modules

    python -m pip install trimesh --user
    python -m pip install mpi4py --user

Is there any way the whole thing can be reduced to:

Install Mirheo Tools

    cd $HOME
    mkdir src
    cd src
    git clone --recursive https://github.com/cselab/Mirheo.git
    cd Mirheo
    make install # or ./install.sh

I'd leave to you to figure out how to do this (though I believe I can help). This will make things much more user friendly.

@amlucas
Copy link
Collaborator

amlucas commented Jul 18, 2019

sure this can be improved; but we made the tools somehow optional, as they actually are just wrappers for modules and will be anyway not working by default for many users
I ll give it a thought though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants