You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
These are the instructions I have to build and install Mirheo:
Is there any way the whole thing can be reduced to:
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.
The text was updated successfully, but these errors were encountered: