diff --git a/network/misc/openmpi/actions.py b/network/misc/openmpi/actions.py
new file mode 100644
index 0000000000..18cbdc9771
--- /dev/null
+++ b/network/misc/openmpi/actions.py
@@ -0,0 +1,48 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+
+def setup():
+ # Disable test causing sandbox violations
+ #pisitools.dosed("test/util/Makefile.in", "^(check_PROGRAMS.*?)\sopal_path_nfs\$\(EXEEXT\)", "\\1")
+
+ # suppress compiler warnings
+ pisitools.cflags.add("-Wno-unused-result -Wno-cpp -Wno-deprecated-declarations -Wno-stringop-overflow -Wno-discarded-qualifiers -Wno-alloc-size-larger-than")
+ shelltools.export("LDFLAGS","%s -Wl,-z,noexecstack" % get.LDFLAGS())
+ shelltools.export("FC", "/usr/bin/gfortran")
+ autotools.configure("--with-valgrind \
+ --without-slurm \
+ --enable-mpi-cxx \
+ --with-hwloc=/usr \
+ --enable-memchecker \
+ --with-libltdl=/usr \
+ --enable-builtin-atomics \
+ --enable-mpi-fortran=all \
+ --sysconfdir=/etc/openmpi \
+ --libdir=/usr/lib/openmpi \
+ --enable-pretty-print-stacktrace")
+
+ # dont touch rpath, it brokes tests
+ #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
+ #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
+ # fix unused direct dependency analysis
+ pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE","README*")
diff --git a/network/misc/openmpi/pspec.xml b/network/misc/openmpi/pspec.xml
new file mode 100644
index 0000000000..84c601829e
--- /dev/null
+++ b/network/misc/openmpi/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ openmpi
+ https://www.open-mpi.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ network.misc
+ custom:OpenMPI
+ library
+ app:console
+ High performance message passing library (MPI)
+ The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.
+ https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.3.tar.bz2
+
+ valgrind
+ zlib-devel
+ hwloc-devel
+ libnl-devel
+
+
+
+
+
+ openmpi
+ High performance message passing library (MPI)
+
+ hwloc
+ libnl
+
+
+
+ /etc
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/pmix
+ /usr/share/openmpi
+
+
+
+
+ openmpi-devel
+ Development files for openmpi
+
+ openmpi
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2020-05-22
+ 4.0.3
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/network/misc/openmpi/translations.xml b/network/misc/openmpi/translations.xml
new file mode 100644
index 0000000000..e84708239b
--- /dev/null
+++ b/network/misc/openmpi/translations.xml
@@ -0,0 +1,16 @@
+
+
+
+ openmpi
+ Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı
+ Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı
+ Open MPI est un projet combinant les technologies et les ressources de plusieurs autres projets (FT-MPI, LA-MPI, LAM/MPI et PACX-MPI) afin de construire la meilleure librairie MPI disponible. Une implémentation totalement neuve conforme au MPI-2. Open MPI offre des avantages aux vendeurs de systèmes et de logiciels, au développeurs d'applications ainsi qu'aux chercheur en génie logiciel.
+ Open MPI es un proyecto que combina recursos y tecnologías de varios otros proyectos (FT-MPI, LA-MPI, LAM/MPI, y PACX-MPI) para construir la mejor librería MPI. Una implementación MPI-2 compliant completamente nueva, Open MPI ofrece ventajas para fabricantes de sistemas y software, desarrolladores de aplicaciones y investigadores de computación.
+
+
+
+ openmpi-devel
+ openmpi için geliştirme dosyaları
+ openmpi-devel, openmpi için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file