User Tools

Site Tools


using_software_modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
using_software_modules [2021/04/28 14:32]
brandonm [Simple Example] Word, spelling, punctuation, and spacing fixes
using_software_modules [2021/04/28 14:36] (current)
brandonm [Quick Start] Word, spelling, and formatting fixes
Line 61: Line 61:
 ====Quick Start==== ====Quick Start====
  
-The following are some quick examples of hos the ''module'' command is used. +The following are some quick examples of how the ''module'' command is used. 
  
 ===What Modules are Available==== ===What Modules are Available====
  
 <code> <code>
-module avail+module avail
  
 ----------------------------------------------- /opt/ohpc/pub/moduledeps/gnu8 ----------------------------------------------- ----------------------------------------------- /opt/ohpc/pub/moduledeps/gnu8 -----------------------------------------------
Line 83: Line 83:
 ===Swap the MPI Libaries=== ===Swap the MPI Libaries===
  
-The folling example check the path to the current ''mpicc'' wrapper function and then swaps the MPI version from Open MPI to MPICH.+The following example checks the path to the current ''mpicc'' wrapper function and then swaps the MPI version from Open MPI to MPICH.
 <code> <code>
 $ which mpicc $ which mpicc
 /opt/ohpc/pub/mpi/openmpi3-gnu8/3.1.4/bin/mpicc /opt/ohpc/pub/mpi/openmpi3-gnu8/3.1.4/bin/mpicc
  
- module swap openmpi3 mpich/3.3.1+$ module swap openmpi3 mpich/3.3.1
  
 $ which mpicc $ which mpicc
 /opt/ohpc/pub/mpi/mpich-gnu8-ohpc/3.3.1/bin/mpicc /opt/ohpc/pub/mpi/mpich-gnu8-ohpc/3.3.1/bin/mpicc
 </code> </code>
using_software_modules.1619620369.txt.gz ยท Last modified: 2021/04/28 14:32 by brandonm