Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "MPI Services"

From EGIWiki
Jump to navigation Jump to search
(Created page with "== MPI Services in EGI == This page introduces the support for MPI on the EGI infrastructure. === Application Developers === The MPI User Guide describes how to discover ...")
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
== MPI Services in EGI ==
This page introduces the support for MPI on the EGI infrastructure.  
This page introduces the support for MPI on the EGI infrastructure.  


=== Application Developers ===
== Application Developers ==


The [[MPI User Guide]] describes how to discover which sites support your preferred MPI implementation and how to execute your jobs in the infrastructure. Most common implementations on the infrastructure are [http://www.open-mpi.org/ Open MPI] and [http://www.mpich.org/ MPICH-2], both supporting the MPI-2 standard.
The [[MPI User Guide]] describes how to discover which sites support your preferred MPI implementation and how to execute your jobs in the infrastructure. Most common implementations on the infrastructure are [http://www.open-mpi.org/ Open MPI] and [http://www.mpich.org/ MPICH-2], both supporting the MPI-2 standard.
Take into account that binaries might not be executable on the resources (different OS and MPI libraries versions might be installed), so you might need to compile your application on the resources. The [[MPI User Guide]] also includes information on this.
Take into account that binaries might not be executable on the resources (different OS and MPI libraries versions might be installed), so you might need to compile your application on the resources. The [[MPI User Guide]] also includes information on this.


If you find problems related to the MPI support in the infrastructure, use the [https://ggus.eu GGUS] ticketing system where a dedicated support unit is available for MPI related issues.
If you find problems related to the MPI support in the infrastructure, use [https://ggus.eu GGUS] where a dedicated support unit is available for MPI related issues.
 
== Resource Providers ==


=== Resource Providers ===
Resource providers willing to support MPI check [[MAN03_MPI-Start_Installation_and_Configuration]] for documentation on the installation and configuration of the packages.


Resource providers willing to support MPI check [[MAN03_MPI-Start_Installation_and_Configuration]] for documentation on the installation and configuration of the packages. If your resources already provide MPI support for local users, changes are minimal.
The MPI support unit in [https://ggus.eu GGUS] can help to resolve any issues found at your site with MPI.
[[Category: Operations Manuals]]

Latest revision as of 10:10, 17 January 2013

This page introduces the support for MPI on the EGI infrastructure.

Application Developers

The MPI User Guide describes how to discover which sites support your preferred MPI implementation and how to execute your jobs in the infrastructure. Most common implementations on the infrastructure are Open MPI and MPICH-2, both supporting the MPI-2 standard. Take into account that binaries might not be executable on the resources (different OS and MPI libraries versions might be installed), so you might need to compile your application on the resources. The MPI User Guide also includes information on this.

If you find problems related to the MPI support in the infrastructure, use GGUS where a dedicated support unit is available for MPI related issues.

Resource Providers

Resource providers willing to support MPI check MAN03_MPI-Start_Installation_and_Configuration for documentation on the installation and configuration of the packages.

The MPI support unit in GGUS can help to resolve any issues found at your site with MPI.