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
I'm trying to install oshmpi using the following commands
$ autoreconf -i
$ ./configure ...
...
configure: ===== configuring src/openpa =====
configure: WARNING: no configuration information is in src/openpa
configure: ===== done with src/openpa configure =====
...
$ make
Making all in src/openpa
make[1]: Entering directory '/home/ivan/lrz/oshmpi/src/openpa'
make[1]: *** No rule to make target 'all'. Stop.
make[1]: Leaving directory '/home/ivan/lrz/oshmpi/src/openpa'
make: *** [Makefile:1135: all-recursive] Error 1
I'm trying to install oshmpi using the following commands
Would it suffice to replace the
src/openpa
folder with the project located here: https://github.com/pmodels/openpa?P.s. When I started installation I was missing the tool
indent
.The text was updated successfully, but these errors were encountered: