Skip to content

Commit

Permalink
Merge pull request #141 from laraPPr/add_software.eessi.io
Browse files Browse the repository at this point in the history
add new repository page for sofware.eessi.io
  • Loading branch information
casparvl authored Jan 23, 2024
2 parents f59ac68 + 4acef6d commit 7443f82
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ personal workstations and cloud infrastructure.

For users:

* [EESSI pilot software stack and available software](pilot.md)
* [`software.eessi.io` repository](repositories/software.eessi.io.md)
* [Access](getting_access/is_eessi_accessible.md), [initialize](using_eessi/setting_up_environment.md) and [use](using_eessi/basic_commands.md) EESSI
* [How to run EESSI test suite](test-suite/index.md)
* [Get help or report issue](support.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/pilot.md → docs/repositories/pilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### Caveats

!!! danger
The EESSI pilot repository is no longer actively maintained, and should not be used for production work.

**Please use the [`software.eessi.io` repository](software.eessi.io.md) instead.**

The current EESSI pilot software stack (version 2021.12) is the 7th iteration,
and there are some known issues and limitations, please take these into account:

Expand Down
25 changes: 25 additions & 0 deletions docs/repositories/software.eessi.io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Production EESSI repository (`software.eessi.io`)

## Question or problems

If you have any questions regarding EESSI, or if you experience a problem in accessing or using it,
please [open a support request](../support.md).

## Accessing the EESSI repository

See [Getting access](../getting_access/is_eessi_accessible.md)

## Using `software.eessi.io`

See [Using EESSI](../using_eessi/setting_up_environment.md)

## Available software

Detailed overview of available software coming soon!

For now, use `module avail` after [initializing the EESSI environment](../using_eessi/setting_up_environment.md).

### Architecture and micro-architecture support

See [cpu_targets](../software_layer/cpu_targets.md)

5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ nav:
- Usage: test-suite/usage.md
- Release notes: test-suite/release-notes.md
- Build-test-deploy bot: bot.md
- Pilot repository: pilot.md
- Repositories:
- EESSI repository: repositories/software.eessi.io.md
- Pilot repository: repositories/pilot.md
- Getting access to EESSI:
- getting_access/is_eessi_accessible.md
- getting_access/native_installation.md
Expand Down Expand Up @@ -72,6 +74,7 @@ plugins:
contributing_sw/opening_pr.md: adding_software/opening_pr.md
contributing_sw/overview.md: adding_software/overview.md
software_layer/adding_software.md: adding_software/overview.md
pilot.md: repositories/pilot.md
markdown_extensions:
# enable adding HTML attributes and CSS classes
- attr_list
Expand Down

0 comments on commit 7443f82

Please sign in to comment.