Skip to content

Test. #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions system-overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,48 @@ coverY: 0

* RTP164 High Performance Oscilloscope

## Primary Usage Notes

### General Interactive Login Use

### Graphical Login use via ThinLinc

- `login` — not for heavy jobs.
- `zenith`
- `clark`
- `lewis`
- `pcie`
- `intrepid`

### Slurm for Large Jobs

- Triple Crown — Dedicated Slurm runners.
- `affirmed`
- `justify`
- `secretariat`
- `pharaoh`
- Others — Shared with interactive use.
- `milan[0-3]`
- `cousteau`
- `excl-us03`
- `explorer`
- `oswald`
- `oswald[00, 02-03]`

### Gitlab Runner

### Docker

- `docker`

### Specialized Use

- `dragon` — Siemens EDA Tools.

### Project-based Use

- `lewis` — RISC-V emulation using U250.

## Infrastructure Systems

| Host Name | Description | OS |
Expand All @@ -88,3 +130,32 @@ coverY: 0
| quad00 | Intel 20 Core 96 GB utility server | Centos 7.9 |
| quad01 | Intel 20 Core 96 GB utility server | Centos 7.9 |
| quad02 | Intel 20 Core 96 GB utility server | Centos 7.9 |

# Test

{% raw %}
<html>
<body>

<style>
.markmap > svg {
width: 100%;
height: 300px;
}
</style>

<div class="markmap">

# ExCL

## Systems

## Services

## Quickstart

</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/markmap-autoloader"></script>
</html>
{% endraw %}