Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,10 +1,12 @@
---
title: "OpenMPI on Fedora"
date: 2022-05-03T00:52:38-04:00
date: 2022-05-03 00:52:38-04:00
draft: false
tags: ["Fedora"]
math: false
medium_enabled: true
medium_post_id: 1c0c98b99e8a
tags:
- Fedora
title: OpenMPI on Fedora
---
To use use the OpenMPI compilers (mpicc, mpic++, etc.) and mpirun
@ -33,4 +35,4 @@ module load mpi/openmpi-x86_64
Finally, with these changes you can use the compiler
tools and runner. Do note that you'll have to source
and load the OpenMPI module for every shell you open
unless you add it within `$HOME/.bashrc`.
unless you add it within `$HOME/.bashrc`.