Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install S4 with MPI (parallel version)? #92

Open
chenyudong92 opened this issue Oct 6, 2020 · 0 comments
Open

How to install S4 with MPI (parallel version)? #92

chenyudong92 opened this issue Oct 6, 2020 · 0 comments

Comments

@chenyudong92
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant