rsnt_translations
56,420
edits
(Created page with "* <code>mpicc</code> pour C * <code>mpicxx</code> pour C++ * <code>mpifort</code> et/ou <code>mpif77</code> et/ou <code>mpif90</code> pour Fortran") |
(Created page with "Par exemple, si vous avez chargé les modules <code>intel/2020.1.217</code> et <code>openmpi/4.0.3</code> : {{Command |mpicc -showme |result= icc -I/cvmfs/…/intel2020/o...") |
||
Line 1,023: | Line 1,023: | ||
'''Note''' that the Compute Canada software stack contains several modules of the same Open MPI package (e.g. <code>openmpi/4.0.3</code>) that have been built with different compilers, and with and without CUDA support. The MPI compiler-wrappers will always use the compiler and compiler version that you have loaded with the <code>module load</code> command. | '''Note''' that the Compute Canada software stack contains several modules of the same Open MPI package (e.g. <code>openmpi/4.0.3</code>) that have been built with different compilers, and with and without CUDA support. The MPI compiler-wrappers will always use the compiler and compiler version that you have loaded with the <code>module load</code> command. | ||
Par exemple, si vous avez chargé les modules <code>intel/2020.1.217</code> et <code>openmpi/4.0.3</code> : | |||
{{Command | {{Command | ||
|mpicc -showme | |mpicc -showme |