User Tools

Site Tools


other:newppl:starting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:newppl:starting [2019/04/18 16:08]
jypeter Added the directory/map section
other:newppl:starting [2019/04/24 14:45]
jypeter [Which programs should you use?] Improved section
Line 119: Line 119:
 Everybody working for CLIM & ESTIMR gets a computer that can be connected to the LSCE network. Please take the time to read the instructions below, that may help make your life easier Everybody working for CLIM & ESTIMR gets a computer that can be connected to the LSCE network. Please take the time to read the instructions below, that may help make your life easier
  
-==== Windows ​computer ====+==== Windows computer ====
  
-Read the notes (and follow the instructions) ​in [[other:​index#​windows_7_notes|Windows 7 notes]], especially the [[other:win7config|Basic Windows ​7 Configuration]] section+Read the notes in [[other:​index#​windows_7_notes|Windows 7 notes]] ​or [[other:index#​windows_10_notes|Windows ​10 notes]], especially the //​Configuring Windows XX// section
  
 === Getting administrator'​s rights === === Getting administrator'​s rights ===
Line 127: Line 127:
 <note warning>​\\ Make sure you know what you are doing and that you are not executing a virus asking you suspicious access rights!\\ </​note>​ <note warning>​\\ Make sure you know what you are doing and that you are not executing a virus asking you suspicious access rights!\\ </​note>​
  
-If an application requests administrator'​s rights to install something or make changes to the computer, **and you are sure it's not a virus**, use the ''​.\adminuser''​ account and the adminuser password you got when your computer was configured, or ask the [[.:​starting?​do=edit#​getting_help_from_the_lsce_system_administrators|system administrators]]. ​+If an application requests administrator'​s rights to install something or make changes to the computer, **and you are sure it's not a virus**, use the ''​.\adminuser''​ account and the ''​adminuser'' ​password you received ​when your computer was configured, or ask the [[.:​starting?​do=edit#​getting_help_from_the_lsce_system_administrators|system administrators]]. ​
  
 ==== Linux computer ==== ==== Linux computer ====
Line 320: Line 320:
 3.2M    cmake 3.2M    cmake
 ...</​code>​ ...</​code>​
 +
 +===== 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 ''​module''​ command to access other programs.
 +
 +==== Which program am I using? ====
 +
 +At any time, you can use the ''​which''​ command to determine where a program is located. The option to get the //version// information of a program may vary (launch the program without arguments, with ''​-v''​ or ''​%%--%%v'',​ ...).
 +
 +<​code>​ > which ncdump
 +/​usr/​bin/​ncdump
 +
 + > ncdump
 +ncdump [-c|-h] [-v ...] [[-b|-f] [c|f]] [-l len] [-n name] [-p n[,n]] [-k] [-x] [-s] [-t|-i] [-g ...] [-w] file
 +[...]
 +netcdf library version 4.3.3.1 of Dec 10 2015 16:44:18 $
 +
 + > which python
 +/​usr/​bin/​python
 +
 + > python --version
 +Python 2.7.5
 +</​code>​
 +
 +==== Using module to access optional programs ====
 +
 +Main ''​module''​ options:
 +  * ''​module list'':​ list the currently loaded modules
 +  * ''​module avail'':​ list the available modules
 +  * ''​module load module_a ... module_n'':​ load modules (automatically including dependencies)
 +    * ''​module load module_a'':​ load default version of //​module_a//​
 +    * ''​module load module_a/​vvv'':​ load ''​vvv''​ version of //​module_a//​
 +  * ''​module purge'':​ remove all modules
 +
 +Detailed example:
 +<​code>​ > which ncview
 +ncview: Command not found.
 +
 + > module list
 +No Modulefiles Currently Loaded.
 +
 + > module avail
 +[...]
 +batch_env ​         grib_api/​1.14.0 ​   netcdf/​4 ​          ​python/​3.6
 +[...]
 +glost/​0.3.1 ​       ncview/​2.1.7 ​      ​python/​2.7
 +
 + > module load ncview netcdf/4
 +
 + > module list
 +Currently Loaded Modulefiles:​
 +  1) ncview/​2.1.7 ​  2) netcdf/4
 +  ​
 + > which ncview
 +/​usr/​local/​install/​ncview-2.1.7/​bin/​ncview
 +
 + > which ncdump
 +/​usr/​local/​install/​netcdf-4.3.2/​bin/​ncdump</​code>​
  
 ===== Useful documentation for beginners ===== ===== Useful documentation for beginners =====
other/newppl/starting.txt · Last modified: 2024/04/24 12:37 by jypeter