other:newppl:starting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:newppl:starting [2019/04/24 11:58] – Started the which/module section jypeter | other:newppl:starting [2019/06/04 17:28] – [Which Linux servers should you use?] Improved jypeter | ||
---|---|---|---|
Line 169: | Line 169: | ||
===== Which Linux servers should you use? ===== | ===== Which Linux servers should you use? ===== | ||
- | There are lots of things you can do directly on your **local** Win7 or Linux desktop (displaying pdf, images, using a text editor, ...), rather than on the remote servers. Never forget that **your local desktop has access to the remote disks on the Linux servers**. | + | There are lots of things you can do directly on your **local** Win7/ |
Otherwise, **use the appropriate Linux servers**. The //load balancing// system will send you to the server that has currently the smallest load | Otherwise, **use the appropriate Linux servers**. The //load balancing// system will send you to the server that has currently the smallest load | ||
- | * obelixN | + | * **obelix**// |
- | * [[https:// | + | * < |
+ | Last login: Mon Jun 3 08:49:53 2019 from somewhere | ||
+ | # You can use one of the following commands if you want to know on which obelix you are | ||
+ | > | ||
+ | obelix5 | ||
+ | > | ||
+ | obelix5</ | ||
+ | * [[https:// | ||
* in some cases, you may need an account to use the [[http:// | * in some cases, you may need an account to use the [[http:// | ||
- | * asterixN: some people may mention these servers, but they don't exist any more! | + | * //asterixN//: some people may mention these servers, but they don't exist any more! |
==== Which shell are you using? ==== | ==== Which shell are you using? ==== | ||
Line 323: | Line 330: | ||
===== 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 '' |
- | At any time, you can use the '' | + | ==== Which program am I using? ==== |
+ | |||
+ | At any time, you can use the '' | ||
< | < | ||
Line 335: | Line 344: | ||
netcdf library version 4.3.3.1 of Dec 10 2015 16:44:18 $ | netcdf library version 4.3.3.1 of Dec 10 2015 16:44:18 $ | ||
+ | > which python | ||
+ | / | ||
+ | |||
+ | > python --version | ||
+ | Python 2.7.5 | ||
</ | </ | ||
+ | |||
+ | ==== Using module to access optional programs ==== | ||
+ | |||
+ | Main '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | Detailed example: | ||
+ | < | ||
+ | ncview: Command not found. | ||
+ | |||
+ | > module list | ||
+ | No Modulefiles Currently Loaded. | ||
+ | |||
+ | > module avail | ||
+ | [...] | ||
+ | batch_env | ||
+ | [...] | ||
+ | glost/ | ||
+ | |||
+ | > module load ncview netcdf/4 | ||
+ | |||
+ | > module list | ||
+ | Currently Loaded Modulefiles: | ||
+ | 1) ncview/ | ||
+ | | ||
+ | > which ncview | ||
+ | / | ||
+ | |||
+ | > which ncdump | ||
+ | / | ||
+ | |||
===== Useful documentation for beginners ===== | ===== Useful documentation for beginners ===== | ||
other/newppl/starting.txt · Last modified: 2025/02/04 14:39 by jypeter