Hi Teng,
Teng Lin wrote:
Hi,
We would like to distribute OpenMPI along with our software to
customers, is there any legal issue we need to know about?
Not that I know of (disclaimer: IANAL). Open MPI is licensed under the
new BSD license. Open MPI's license is here:
http://www.open-mpi.or
Hi,
We would like to distribute OpenMPI along with our software to
customers, is there any legal issue we need to know about?
We can successfully build OpenMPI using
./configure --prefix=/some_path;make;make install
However, if we do
cp -r /some_path /other_path
and try to run
/other_pat