Skip to content

Commit 4793b4b

Browse files
committed
fix typos
1 parent 5676b46 commit 4793b4b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
check_filenames: true
2222
# MarkDown files in docs/available_software/detail are skipped because they are auto-generated
2323
skip: '*.pdf,.git,*.json,./docs/available_software/detail/*.md'
24-
ignore_words_list: Fram,fram
24+
ignore_words_list: Fram,fram,ND
2525

2626
# - name: Markdown Linting Action
2727
# uses: avto-dev/markdown-lint@v1.2.0

docs/blog/posts/2025/03/eessi-running-gpu-sw.md renamed to docs/blog/posts/2025/03/gpu-support-eessi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ We'll use `GROMACS/2023.3-foss-2023a-CUDA-12.1.1-PLUMED-2.9.0` again as our exam
7777
- Newer: `install_cuda_and_libraries.sh` which uses Easystacks and will be the preferred method for installing CUDA to `host_injections`
7878

7979
!!! note "This blogpost example:"
80-
Since it is curently faster to run: `install_cuda_host_injections.sh`,
80+
Since it is currently faster to run: `install_cuda_host_injections.sh`,
8181
we are currently using it in our examples.
8282
```
8383
# Scenario 2
@@ -108,7 +108,7 @@ gmx mdrun -s ion_channel.tpr -maxh 0.50 -resethway -noconfout -nsteps 10000 -g l
108108

109109
**Mean-Time-To-Science** ~= ***10 minutes*** (CUDA Download + Installation)
110110

111-
**Mean-Time-To-Science (GROMACS)** ~= ***25 minutes*** (GROMACS Build wtihout Tests)
111+
**Mean-Time-To-Science (GROMACS)** ~= ***25 minutes*** (GROMACS Build without Tests)
112112

113113

114114
### Scenario No.3 {: #scenario_3 }
@@ -506,4 +506,4 @@ References:
506506
- [NVIDIA CUDA-Enabled GPUs](https://developer.nvidia.com/cuda-gpus)
507507
- [Azure VM Sizes Overview](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/overview#gpu-accelerated)
508508
- [EESSI Documentation](https://www.eessi.io/docs/)
509-
- [NVIDIA CUDA EULA](https://docs.nvidia.com/cuda/eula/index.html)
509+
- [NVIDIA CUDA EULA](https://docs.nvidia.com/cuda/eula/index.html)

0 commit comments

Comments
 (0)