Skip to content

Commit

Permalink
Merge pull request #60 from hpc-unibe-ch/59-fix-misc-issues
Browse files Browse the repository at this point in the history
Fix misc issues and outdated information
  • Loading branch information
grvlbit authored Nov 17, 2023
2 parents 6bdeef6 + adb0f22 commit 0b4697b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 23 deletions.
8 changes: 0 additions & 8 deletions docs/general/costs_investments.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ privilege to preempt other user on provided number of GPUs you invested for.
That means, whenever there are no free GPUs and you start your job, other
user's jobs are terminated to have yours start almost immediately.

The costs for GPUs are defined as follows (Price is per GPU and year):

GPU Model | Price
---|---
GeForce 1080TI/2080TI | CHF 1'400.-
GeForce 3090 | CHF 1'700.-
Tesla P100 | CHF 2100.-

As the number of GPUs is limited there may be none available but will be
ordered for you as soon as possible. Nevertheless, please try to plan ahead as
much as possible as GPU availability is quite scarce and it may take months
Expand Down
8 changes: 5 additions & 3 deletions docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This page provides a collection of frequently asked questions.

## File system

## What if my HOME is full?
If you reached your quota, you will get strange warning about not being able to write temporary files etc. You can check your quota using the
### What if my HOME is full?
If you reached your quota, you will get strange warning about not being able to write temporary files etc. You can check your quota using the `quota` command. To resolve the situation you can follow these strategies:

1. Decluttering: Check for unnecessary data. This could be:

- unused application packages, e.g. Python(2) packages in `$HOME/.local/lib/python*/site-packages/*`
Expand All @@ -22,7 +23,8 @@ Ask your research group manager to add you to an existing Workspace or create a
There will be no quota increase for HOME directories.

## Workspaces
### I need access to a HPC Workspace, whome I need to ask?

### I need access to a HPC Workspace. Who do I need to ask?

HPC Workspaces are managed by the group manager/leader and if applicable a deputy. Therewith you need to ask them to add you to the primary or secondary group. See also [HPC Workspace members](../hpc-workspaces/workspaces.md#members).

Expand Down
5 changes: 1 addition & 4 deletions docs/general/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ If you found issues in this documentation or want to help improving it, open an

[https://github.com/hpc-unibe-ch/hpc-docs](https://github.com/hpc-unibe-ch/hpc-docs)

## Investment
The HPCs are mainly financed by the UniBE IT services. Furthermore, interested users can buy elevated access to resources. Additional resources are purchased with this additional budget. See [Investment Page](investment.md).

## Documentation update
If you find issues in the documentation, want to add your publication to the Hall Of Fame or want to contribute in improving this documentation please create a pull request to [UBELIX hpc-docs github repository](https://github.com/hpc-unibe-ch/hpc-docs).
If you find issues in the documentation, want to add your publication to the Hall Of Fame or want to contribute in improving this documentation please create a pull request to [UBELIX hpc-docs github repository](https://github.com/hpc-unibe-ch/hpc-docs).
7 changes: 1 addition & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,5 @@ Whenever the UBELIX infrastructure has been used to produce results used in a
publication or poster, we kindly request citing the service in the
acknowledgements:

"Calculations were performed on UBELIX (http://www.id.unibe.ch/hpc), the HPC cluster at the University of Bern."

## Press Kit
Occasionally we are asked for images like diagrams illustrating the structure of UBELIX or even pictures of machines/storage or the like. Often this is due to the need to describe UBELIX within a research proposal. To support you with this, we provide a short text about UBELIX and some files to download. You can use all of this within your research proposal.

COMING SOON
"Calculations were performed on UBELIX (https://www.id.unibe.ch/hpc), the HPC cluster at the University of Bern."

2 changes: 0 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ To connect to the cluster, you must log in to a **login node** from **inside the
```bash
# here we choose submit03.unibe.ch as our login node
ssh <user>@submit03.unibe.ch
# the following is equivalent
ssh -l <user> submit03.unibe.ch
```

## Welcome `$HOME`
Expand Down

0 comments on commit 0b4697b

Please sign in to comment.