0. Скачиваем python; mpich
1. Устанавливаем python
1. Устанавливаем python
./configure2. Устанавливаем mpich3 без fortran:
make
make test
make install
PATH=/home/user/path-to-python:$PATH ; export PATH
./configure --prefix=/home/user/mpich-install --disable-f77 --disable-fc 2>&1 | tee c.txt
make 2>&1 | tee m.txt
make install 2>&1 | tee mi.txt
PATH=/home/user/mpich-install/bin:$PATH ; export PATH
Комментариев нет:
Отправить комментарий