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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: