Compiling program with Cygwin - getting the "error: cygwin cannot find -lmpi_cxx."

1

1

What can I do with this?

/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lmpi_cxx

The openmpi package version 3.1.2 no longer contains the mpicxx compiler wrapper, which is present in 3.1.1 packag" written on this site
https://cygwin.com/ml/cygwin/2018-09/msg00180.html.

Can anyone help me please?

Revaza

Posted 2019-10-07T10:54:50.943

Reputation: 11

Answers

0

As mentioned at

https://sourceware.org/ml/cygwin/2018-09/msg00180.html

mpic++ and mpicxx are just links to opal_wrapper.exe you can reinstate them by yourself

matzeri

Posted 2019-10-07T10:54:50.943

Reputation: 1 662