-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update getting-started.md * Fix typos and make cosmetic changes to getting-started.md. * Add recommendation to use brew on MacOS. * Update getting-started.md * Replace absolute by relative link to internal pages --------- Co-authored-by: Lucas Bastien <[email protected]> Co-authored-by: ekwaly <[email protected]>
- Loading branch information
1 parent
cd8bee1
commit baaa39f
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Getting started | ||
|
||
Here is all you need to know/learn before going to the next pages ! | ||
Welcome to IGE! | ||
|
||
Here you can find useful information about how we conduct scientific analysis, and ressources to get you up to speed with your fellow colleagues. | ||
|
||
- We generally use GNU/Linux and MacOS distributions, so a prerequisiste is to know basic Unix Shell commands. If it is not your case, have a look at this [tutorial](https://swcarpentry.github.io/shell-novice/) | ||
|
||
- If you use a mainstream GNU/Linux distribution such as Ubuntu or Fedora, you can install most of the basic scientific software you may need (such as the NetCDF libraries) via the system's package manager (`apt-get`, `dns`, etc.). If you are on MacOS, [brew](https://brew.sh/) is a good way to manage this task. | ||
|
||
- A quick way to back-up and access your work (scripts, notebooks, text files, etc.) from anywhere is to create a [github account](https://github.com/) and to synchronize your work there. Learn how to do it [here](https://github.com/meom-group/tutos/blob/master/git-github.md) | ||
|
||
- If you work with Python, we recommend that you use [mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) (a seamless/drop-in replacement for [conda](https://docs.conda.io/en/latest/)) to manage your librairies via environments. Learn how to do it [here](clusters/Tools/micromamba.md) | ||
|
||
- Some like to use [jupyter notebooks](https://jupyter.org/) to have code and corresponding plots in the same document, along with some text, equations and/or pictures. Learn how to install and use them [here](jupyter.md) | ||
|
||
- You may want to access some remote computers in order to have more ressources than on your personnal laptop, or to access specific datasets. For this you have several options: | ||
- the lab servers ige-calcX allow you to access some CPUs and GPUs. Learn how to access and use them [here](clusters/Ige/ige-calcul1.md) | ||
- the Grenoble meso computing center [GRICAD](https://gricad.univ-grenoble-alpes.fr/) for bigger computations. Learn how to use this resource [here](clusters/Gricad/dahu.md) | ||
- the national supercomputers located at [IDRIS](http://www.idris.fr/), [CINES](https://www.cines.fr/) or [CEA](https://www-hpc.cea.fr/fr/complexe/tgcc-JoliotCurie.htm) for even bigger computations [tutorials to come soon] | ||
|
||
A list of commonly-used software and links to useful resources is available [here](https://github.com/meom-group/tutos/blob/master/software.md) |