Skip to content

Commit

Permalink
Merge branch 'main' into mcm86-temp-remove-number-type
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 authored Jul 19, 2024
2 parents adb94fe + ad59ac4 commit db6e79f
Show file tree
Hide file tree
Showing 13 changed files with 828 additions and 19 deletions.
12 changes: 0 additions & 12 deletions .codecov.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Hello-Numerical-World CI/CD

on:
push:
branches: ["CI-CD"]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: make check
run: make check
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Hello Numerical World
![example workflow](https://github.com/Josee1031/hello-numerical-world/actions/workflows/main.yml/badge.svg)

For a complete, hands-on lesson involving this simple HPC/CSE application, please see the [ATPESC-2020 hands on lesson](lessons/hand_coded_heat/).

This is an implementation of an application for solving one dimensional heat conduction
problems. It is the functional equivalent of a *Hello World* application for HPC/CSE.
Expand Down Expand Up @@ -45,7 +48,7 @@ with higher temporal order than FTCS.
In addition, the application can be built with half, single, double and long-double precision.

Details are described more fully in this [ATPESC](https://extremecomputingtraining.anl.gov)
[Hands-On Lesson](https://xsdk-project.github.io/MathPackagesTraining2020/lessons/hand_coded_heat/)
[Hands-On Lesson](https://josee1031.github.io/hello-numerical-world/lessons/hand_coded_heat/)

---

Expand Down
Binary file added docs/Heat_Transfer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit db6e79f

Please sign in to comment.