If you want to install numpy, mpi4py, chainer etc. using python/3.6.5, do as follows.
$ module purge |
If you want to specify the version, do:
$ python3 -m pip install --user python_modules==version |
※When installing a module that uses GPU like cupy etc., please keep computing nodes with qrsh command. before you install it.
※For CuPy, it is possible to install faster by specifying corresponding cuda version such as cupy-cuda102 when invoking pip install.
How to install numpy linking intel MKL
Copy https://github.com/numpy/numpy/blob/master/site.cfg.example to ~/.numpy-site.cfg and edit the item of [mkl] as follows.
[mkl] |
Then do the following
$ module load intel python/3.6.5 |