other:newppl:starting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:newppl:starting [2024/07/18 14:27] – [Getting help, when using the IPSL Mesocenter] Updated information jypeter | other:newppl:starting [2025/08/29 15:26] (current) – [Dealing with disk space] Finished rewriting the section jypeter | ||
---|---|---|---|
Line 17: | Line 17: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
* {{: | * {{: | ||
Line 34: | Line 35: | ||
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
- | It's very important that you update your phone/ | + | It's very important that you update |
</ | </ | ||
- | === Finding | + | === Finding |
- | Use the following sequence of keys on the // | + | Use the following sequence of keys on the phone in your office: |
- | - Select **MENU** (use the downward arrow) | + | - Select **MENU** (then use the downward arrow) |
- Select **PARAMETRES** (use the downward arrow) | - Select **PARAMETRES** (use the downward arrow) | ||
- Select **GENERAL** (use the downward arrow) | - Select **GENERAL** (use the downward arrow) | ||
Line 47: | Line 48: | ||
* You can be called from outside with '' | * You can be called from outside with '' | ||
- | === Updating | + | === Updating |
- | - Find your name in the [[https:// | + | - Find your name in the [[https:// |
- Click on **Modifier mes coordonnées** (in blue on the right side) | - Click on **Modifier mes coordonnées** (in blue on the right side) | ||
- Click on **Informations dans l' | - Click on **Informations dans l' | ||
- Click on **Envoyez votre demande** | - Click on **Envoyez votre demande** | ||
+ | - Wait (for someone to validate your request) | ||
===== The LSCE mailing lists ===== | ===== The LSCE mailing lists ===== | ||
Line 227: | Line 229: | ||
* **[[https:// | * **[[https:// | ||
* //Heavy duty// programs are programs that will prevent other users from working on the same server because these programs use a lot of CPU and/or memory for more than a few minutes. Ask your advisor, if you are not sure | * //Heavy duty// programs are programs that will prevent other users from working on the same server because these programs use a lot of CPU and/or memory for more than a few minutes. Ask your advisor, if you are not sure | ||
+ | |||
+ | * The **'' | ||
+ | * Read the [[other: | ||
+ | |||
* **The [[https:// | * **The [[https:// | ||
* Note: the '' | * Note: the '' | ||
* You will need a specific account (different from your //LSCE// account) to access these servers and use data files that are already available/ | * You will need a specific account (different from your //LSCE// account) to access these servers and use data files that are already available/ | ||
- | * [[https://mesocentre.ipsl.fr/account-opening/ | + | * [[https://documentations.ipsl.fr/spirit/getting_started/ |
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
Line 371: | Line 377: | ||
* Use the following command to access the backup: '' | * Use the following command to access the backup: '' | ||
- | * **Quota**: YES!\\ There is a limit to what you can store in your home directory. If you reach this limit, you may experience some seemingly random errors (can't connect to the servers, the new files have a 0 size, ...)\\ The example below shows how to determine the //quota// on the LSCE disks: you can never go above the size displayed in the '' | + | * **Quota**: YES!\\ There is a limit to what you can store in your home directory. If you reach this limit, you may experience some seemingly random errors (can't connect to the servers, the new files have a 0 size, ...) |
- | > quota -s | + | |
- | + | ||
- | Disk quotas for user johndoe (uid 6369): | + | |
- | | + | |
- | prolix3:/ | + | |
==== The scratch directory ==== | ==== The scratch directory ==== | ||
Line 407: | Line 407: | ||
* **Quota**: ask your advisor | * **Quota**: ask your advisor | ||
- | ==== Determining the space used by directories | + | ==== Dealing with disk space ==== |
- | Your Linux environment | + | <WRAP center round important 60%> |
+ | Running out of disk space may have strange | ||
+ | </ | ||
- | < | + | **Disk space** on remote servers may sometimes seems infinite, but **is a limited resource**, especially if other users are not as careful as you! |
- | / | + | |
- | > | + | You should regularly check how much space you are using ('' |
+ | |||
+ | === ' | ||
+ | |||
+ | The '' | ||
+ | * If your disk usage (total size and/or number of files) is limited on some of the disks you use | ||
+ | * It is usually the case on the //home// directories (LSCE, spirit, computing centers, ...) | ||
+ | * How much disk space you are currently using on the disks with //quota// control | ||
+ | |||
+ | The examples below shows how to display the current //quota// on the LSCE and spirit disks: | ||
+ | * //home// quota at LSCE | ||
+ | * < | ||
+ | |||
+ | Disk quotas for user johndoe (uid 0007): | ||
+ | | ||
+ | prolix3:/ | ||
+ | * //home// quota on spiritx | ||
+ | * < | ||
+ | Disk quotas for user janedoe (uid 0008): | ||
+ | | ||
+ | 172.17.3.169:/ | ||
+ | | ||
+ | |||
+ | * The '' | ||
+ | * You can never go above the size displayed in the **// | ||
+ | * You cannot stay more than 7 days above the **// | ||
+ | * The '' | ||
+ | * nothing: everything is fine!! | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | |||
+ | |||
+ | === ' | ||
+ | |||
+ | You can use '' | ||
+ | |||
+ | Examples: | ||
+ | * At LSCE '' | ||
+ | * You can use the following command to get the size of all the directories and files in the current directory, sorted by decreasing size: | ||
+ | * '' | ||
+ | * If you don't understand the //pipe// ('' | ||
+ | * < | ||
+ | |||
+ | > du -sh * | sort -rh | ||
58M | 58M | ||
47M | 47M | ||
Line 423: | Line 468: | ||
...</ | ...</ | ||
- | FIXME Add something about '' | + | === ' |
+ | |||
+ | '' | ||
+ | |||
+ | Examples: | ||
+ | |||
+ | * < | ||
+ | Filesystem | ||
+ | prolix3:/ | ||
+ | |||
+ | * < | ||
+ | Filesystem | ||
+ | prolix3.lsce.ipsl.fr:/ | ||
===== Which programs should you use? ===== | ===== Which programs should you use? ===== | ||
- | Your advisor will let you know which (version of which) programs you should use. Some programs are available by default, and you have to use the '' | + | Your advisor will let you know which (version of which) programs you should use. Some programs are available by default, and you have to use the '' |
==== Which program am I using? ==== | ==== Which program am I using? ==== | ||
Line 449: | Line 507: | ||
==== Using module to access optional programs ==== | ==== Using module to access optional programs ==== | ||
- | Most useful '' | + | === Documentation === |
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | === Most useful module | ||
* '' | * '' | ||
* '' | * '' | ||
+ | * '' | ||
+ | * <wrap hi>This only works in a //bash// shell!</ | ||
* '' | * '' | ||
* '' | * '' | ||
Line 457: | Line 523: | ||
* '' | * '' | ||
- | Detailed example: | + | === Detailed example |
< | < | ||
ncview: Command not found. | ncview: Command not found. | ||
Line 477: | Line 544: | ||
> which ncdump | > which ncdump | ||
- | / | + | / |
+ | |||
+ | > bash -l | ||
+ | $ module avail -l 2>&1 | grep gcc | ||
+ | binutils/ | ||
+ | gcc/ | ||
+ | gcc/ | ||
+ | netcdf/ | ||
+ | netcdf/ | ||
+ | R/ | ||
===== Useful documentation for beginners ===== | ===== Useful documentation for beginners ===== | ||
Line 488: | Line 564: | ||
* Useful Linux commands for working with (potentially big) text files ({{: | * Useful Linux commands for working with (potentially big) text files ({{: | ||
* Using [[other: | * Using [[other: | ||
+ | |||
+ | * See also the //old// [[http:// | ||
==== Text editors ==== | ==== Text editors ==== | ||
Line 553: | Line 631: | ||
* Use '' | * Use '' | ||
* [[http:// | * [[http:// | ||
- | * Use '' | + | * Use '' |
Line 572: | Line 650: | ||
Check the [[other: | Check the [[other: | ||
- | ==== Programming languages ==== | + | ==== Programming languages, parallelism, |
* [[other: | * [[other: | ||
+ | * [[http:// | ||
===== Getting help (from the LSCE system administrators) ===== | ===== Getting help (from the LSCE system administrators) ===== |
other/newppl/starting.1721305659.txt.gz · Last modified: by jypeter