Skip to content
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

add new repository page for sofware.eessi.io #141

Merged
merged 8 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
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
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