Wednesday, June 01, 2016

Ubuntu High Performance



Resources:
1) OpenMPI (Open Source High Performance Computing) https://www.open-mpi.org/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...