S4 icon indicating copy to clipboard operation
S4 copied to clipboard

How to install S4 with MPI (parallel version)?

Open chenyudong92 opened this issue 4 years ago • 0 comments

Hi, I want to install S4 with MPI to run parallel program. But, when I try to run, it seems only running single process. Is there any tutorial to install S4 with MPI? Thanks a lot!

This is my complie steps (under Ubuntu system): $ git clone https://github.com/victorliu/S4.git $ sudo apt-get install lua5.2 $ sudo apt-get install liblua5.2-dev $ sudo apt-get install libfftw3-dev $ sudo apt-get install libsuitesparse-dev $ sudo apt-get install mpi $ git clone https://github.com/xianyi/OpenBLAS.git $ cd OpenBLAS $ make $ cd ../S4 $ make

chenyudong92 avatar Oct 06 '20 22:10 chenyudong92