mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
79329aae66
commit
387dd491b1
30 changed files with 175 additions and 134 deletions
|
@ -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`.
|
Loading…
Add table
Add a link
Reference in a new issue