mpi-ompi-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.dlr.gitlab.fame</groupId>
<artifactId>mpi-ompi-impl</artifactId>
<version>1.0.3</version>
</dependency><!-- SPDX-FileCopyrightText: 2025 German Aerospace Center <fame@dlr.de>
SPDX-License-Identifier: Apache-2.0 -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.dlr.gitlab.fame</groupId>
<artifactId>mpi-facade</artifactId>
<version>1.0.3</version>
</parent>
<artifactId>mpi-ompi-impl</artifactId>
<name>FAME-Mpi-ompi-impl</name>
<description>Implements FAME-Mpi API to connect with openMPI</description>
<repositories>
<repository>
<id>openmpi-repo</id>
<url>file://${project.basedir}/extlib</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.dlr.gitlab.fame</groupId>
<artifactId>mpi-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>openmpi</groupId>
<artifactId>openmpi</artifactId>
<version>4.1.1</version>
</dependency>
</dependencies>
</project>