Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| mpi [2008/06/26 15:54] – gerard | mpi [2017/08/25 07:56] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== | + | ====== |
| - | sur nemo, slatp, shrek | + | connaître l' |
| - | 1.2.6, 1.2.7p1, 1.2.7.p1 | + | < |
| - | 32bits et 64 bits | + | module avail mpi |
| - | [[http://www-unix.mcs.anl.gov/mpi/mpich/]] | + | -------------------- |
| + | mpi/openmpi144 mpi/ | ||
| - | /usr/local/mpich-1.2.6 | + | </code> |
| + | |||
| + | ====== Différentes versions ====== | ||
| + | |||
| + | |||
| + | ===== OpenMPI ===== | ||
| + | * [[http://www.open-mpi.org]] | ||
| + | * [[openmpi_compilation|compilation]] | ||
| + | |||
| + | ===== HPC Cluster Tools 8 (OpenMPI) ===== | ||
| + | juin 09 '' | ||
| + | * [[http:// | ||
| + | < | ||
| + | module load hpc82 | ||
| + | </ | ||
| + | ou | ||
| + | < | ||
| + | module load sunhpc | ||
| + | </ | ||
| - | / | ||
| - | / | ||
| - | ====== HPC Cluster Tools 6 ====== | + | ===== HPC Cluster Tools 6 ===== |
| Ligne 21: | Ligne 38: | ||
| - | ajouter / | + | ajouter / |
| + | < | ||
| + | module load hpc | ||
| + | </ | ||
| - | [[http:// | + | ===== MPICH ===== |
| + | sur nemo, slatp, shrek | ||
| + | 1.2.6, 1.2.7p1, 1.2.7.p1 | ||
| + | 32bits et 64 bits | ||
| - | ====== HPC Cluster Tools 7 ====== | + | [[http://www-unix.mcs.anl.gov/mpi/mpich/]] |
| - | Annonce: | + | |
| - | < | + | /usr/ |
| - | The ClusterTools 7 (CT7) Revenue Release is now available at http://www.sun.com/software/products/clustertools/ct7.html | + | |
| - | The CT7 user documentation is available at http://www.sun.com/ | + | /usr/local/ |
| + | |||
| + | /usr/local/mpich-1.2.7p1 | ||
| - | The CT7 software is a set of MPI libraries and tools for launching | ||
| - | parallel MPI jobs on Solaris (Sparc and x64). CT7 includes support for | ||
| - | IB networks via a uDAPL Byte-Transfer Layer (BTL) and support for | ||
| - | launching jobs with N1 Grid Engine (N1GE). | ||
| - | supported are TCP, shared memory, and Myrinet MX. | ||
| - | CT7 is the first Sun release based on the Open MPI open source | ||
| - | software. | ||
| - | </ | ||
| Ligne 76: | Ligne 93: | ||
| ====== Tests PETSC ====== | ====== Tests PETSC ====== | ||
| + | ===== petsc-3.1-p8 ===== | ||
| + | sur octopus, faire: | ||
| + | < | ||
| + | module load sunhpc petsc3.1_p8_hpc8 | ||
| + | </ | ||
| + | * récupérer l' | ||
| + | * puis lancer la compilation et l' | ||
| + | < | ||
| + | make -f Makefile_petsc3.1 solv_ksp | ||
| + | mpirun -np 2 ./solv_ksp -mat_type mpiaij -pc_type lu -pc_factor_mat_solver_package mumps -nx 1000 -ny 1000 -debug 0 | ||
| + | </ | ||
| + | |||
| + | ===== petsc-2.3.0 ===== | ||
| < | < | ||