JinhuaSu / mpi_lsr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpi_lsr

mpi4py examples and use mpi4py to implement the parallel least square regression

reference

Installation

requirement: python3.x , build-essentials(gcc ..)

recommand OS: unix

Build Error

checking whether Fortran 77 and C objects are compatible... no checking for file... file checking for linker for Fortran main program... configure: error: Could not determine a way to link a Fortran test program!

Warning: You are using macOS 13. We do not provide support for this pre-release version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this pre-release version.

Error: texinfo: undefined method `on_monterey' for #Class:0x00007fab3e924bb8

Run mpi script

mpiexec -n 4 python xx.py

mpiexec -n 4 python src/mpi_demo.py

About


Languages

Language:Python 100.0%