Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Dec 3, 2023
2 parents eecd103 + fccc301 commit 39f91f8
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 27 deletions.
55 changes: 48 additions & 7 deletions dic/acronyms.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,57 @@
---
# Acronyms
NeSI:
short: New Zealand eScience Infrastructure
long: New Zealand national high performance computing platform.
ACL:
short: Access Control List
plural: true
CPU:
short: Central Processing Unit
long: Slectronic circuitry executes instructions of a computer program.
plural: True
possessive: True
NZ:
HTTPS:
CUDA:
short: Compute Unified Device Architecture
GPU:
short: Graphics Processing Unit
plural: True
GPGPU:
short: General Purpose Graphics Processing Unit
plural: True
HDF:
short: Hierarchical Data Format
long: A set of file formats designed to store and organize large amounts of data.
HPC: &hpc
short: High Performance Computing/Computer
long: Like a regular computer, but larger. Primarily used for heating data centers.
plural: True
HTTPS:
MPI:
short: Message Passing Interface
long: A standardised message-passing standard designed to function on parallel computing architectures.
NeSI:
short: New Zealand eScience Infrastructure
long: New Zealand national high performance computing platform.
possessive: True
NIWA:
short: National Institute of Water and Atmospheric Research
long: Crown Research Institute, conducts research across a broad range of disciplines in the environmental sciences.
possessive: True
NZ:
SCP:
short: Secure Copy Protocol
long: Means of securely transferring files between over an SSH connection.
SSH:
short: Secure Shell
long: A network communication protocol that enables two computers to communicate
SIF:
short: Singularity Image Format
UDF:
short: User Defined Function
VPN:
short: Virtual Private Network
long: Method of extending access to a private network.
WSL:
short: Windows Subsystem for Linux
YAML:
short: Yet Another Markup Language
supercomputer: *hpc
GPU:
plural: True
supercomputing: *hpc
4 changes: 4 additions & 0 deletions dic/inexplicably-absent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Words not in the aspell dictionary for whatever reason
"in situ":
analytics:
15 changes: 15 additions & 0 deletions dic/jargon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
eScience:
nearline:
nobackup:
checkpointing:
basecaller:
checksum:
plural: True
toolchain:
plural: True
precompiled:
namespace:
plural: True
Expand All @@ -14,3 +20,12 @@ libio:
inode:
plural: True
parallelisation:
stdout:
profiler:
plural: True
possessive: True
stdin:
stderr:
fileset:
tooltip:
templating:
32 changes: 31 additions & 1 deletion outputs/Glossary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
### CPUs:
Slectronic circuitry executes instructions of a computer program.
### CPU's:
Slectronic circuitry executes instructions of a computer program.
### CPU:
Slectronic circuitry executes instructions of a computer program.
### HDF:
A set of file formats designed to store and organize large amounts of data.
### HPCs:
Like a regular computer, but larger. Primarily used for heating data centers.
### HPC:
Like a regular computer, but larger. Primarily used for heating data centers.
### MPI:
A standardised message-passing standard designed to function on parallel computing architectures.
### NeSI's:
New Zealand national high performance computing platform.
### NeSI:
New Zealand national high performance computing platform.
### HPC:
### NIWA's:
Crown Research Institute, conducts research across a broad range of disciplines in the environmental sciences.
### NIWA:
Crown Research Institute, conducts research across a broad range of disciplines in the environmental sciences.
### SCP:
Means of securely transferring files between over an SSH connection.
### SSH:
A network communication protocol that enables two computers to communicate
### VPN:
Method of extending access to a private network.
### supercomputers:
Like a regular computer, but larger. Primarily used for heating data centers.
### supercomputer:
Like a regular computer, but larger. Primarily used for heating data centers.
### supercomputings:
Like a regular computer, but larger. Primarily used for heating data centers.
### supercomputing:
Like a regular computer, but larger. Primarily used for heating data centers.
86 changes: 68 additions & 18 deletions outputs/dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,54 @@
lockdown
onboarding
rollout
deprioritised
NeSI's
NZ
HTTPS
ACLs
ACL
CPUs
CPU's
CPU
CUDA
GPUs
GPU
GPGPUs
GPGPU
HDF
HPCs
HPC
HTTPS
MPI
NeSI's
NeSI
NIWA's
NIWA
NZ
SCP
SSH
SIF
UDF
VPN
WSL
YAML
supercomputers
GPUs
supercomputer
supercomputings
supercomputing
srun
Nano
Globus's
Globus
Jupyter's
Jupyter
Slurm's
Slurm
Glib
Skylake
Lmod's
Lmod
JupyterHub's
JupyterHub
GitHub's
GitHub
OpenMP's
OpenMP
OMP's
OMP
Māui
Mahuika
ngā
Expand All @@ -21,21 +59,33 @@ ora
eScience
nearline
nobackup
checkpointing
basecaller
checksums
checksum
toolchains
toolchain
precompiled
namespaces
namespace
runtime
sudo
walltimes
walltime
libio
inodes
inode
parallelisation
Globus's
Jupyter's
Slurm's
Glib
Skylake
Lmod's
JupyterHub's
GitHub's
OpenMP's
OMP's
stdout
profilers
profiler's
profiler
stdin
stderr
fileset
tooltip
templating
lockdown
onboarding
rollout
deprioritised
17 changes: 16 additions & 1 deletion outputs/snippets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
*[NeSI]: New Zealand national high performance computing platform.
*[CPUs]: Slectronic circuitry executes instructions of a computer program.
*[CPU's]: Slectronic circuitry executes instructions of a computer program.
*[CPU]: Slectronic circuitry executes instructions of a computer program.
*[HDF]: A set of file formats designed to store and organize large amounts of data.
*[HPCs]: Like a regular computer, but larger. Primarily used for heating data centers.
*[HPC]: Like a regular computer, but larger. Primarily used for heating data centers.
*[MPI]: A standardised message-passing standard designed to function on parallel computing architectures.
*[NeSI's]: New Zealand national high performance computing platform.
*[NeSI]: New Zealand national high performance computing platform.
*[NIWA's]: Crown Research Institute, conducts research across a broad range of disciplines in the environmental sciences.
*[NIWA]: Crown Research Institute, conducts research across a broad range of disciplines in the environmental sciences.
*[SCP]: Means of securely transferring files between over an SSH connection.
*[SSH]: A network communication protocol that enables two computers to communicate
*[VPN]: Method of extending access to a private network.
*[supercomputers]: Like a regular computer, but larger. Primarily used for heating data centers.
*[supercomputer]: Like a regular computer, but larger. Primarily used for heating data centers.
*[supercomputings]: Like a regular computer, but larger. Primarily used for heating data centers.
*[supercomputing]: Like a regular computer, but larger. Primarily used for heating data centers.

0 comments on commit 39f91f8

Please sign in to comment.