Environnement Commun Linux : Différence entre versions

Un article de Informaticiens département des sciences de la Terre et l'atmosphère
Aller à: navigation, charcher
m (Created page with "{| cellspacing="2" cellpadding="10" width="100%" style="border: 0px none;" |- | width="50%" valign="top" style="background: none repeat scroll 0% 0% rgb(238, 255, 255); border: 0...")
 
m
Ligne 2: Ligne 2:
 
|-
 
|-
 
| width="50%" valign="top" style="background: none repeat scroll 0% 0% rgb(238, 255, 255); border: 0px solid rgb(170, 170, 170);" |  
 
| width="50%" valign="top" style="background: none repeat scroll 0% 0% rgb(238, 255, 255); border: 0px solid rgb(170, 170, 170);" |  
en construction(cette page s'adresse principalement aux développeurs)<br>
+
en construction(cette page s'adresse principalement aux développeurs)<br>  
  
 
| valign="top" style="background: none repeat scroll 0% 0% rgb(255, 255, 238); border: 0px solid rgb(170, 170, 170);" |  
 
| valign="top" style="background: none repeat scroll 0% 0% rgb(255, 255, 238); border: 0px solid rgb(170, 170, 170);" |  
under construction(this page is mainly for developers)<br>
+
under construction(this page is mainly for developers)<br>  
  
 
|}
 
|}
  
*Useful environment variables
+
*Useful environment variables  
**xx
+
**'''PATH''' : colon ':' separated list of directories where executables or sourced (.) shell includes are to be found<br>
*Useful information about system
+
**'''LD_LIBRARY_PATH''' : colon ':' separated list of directories where dynamic libraries (.so files) needed by executables can be found<br>
**xx
+
**'''EC_LD_LIBRARY_PATH''' : colon ':' separated list of directories where s.compile, s.f90&nbsp; et al. will look for libraries<br>
*x
+
**'''EC_INCLUDE_PATH''' : colon ':' separated list of directories where s.compile, s.f90&nbsp; et al. will look for include files<br>
 +
**'''BASE_ARCH''' : name of the hardware architecture of the machine
 +
**'''EC_ARCH''' : name of the hardware+software architecture of the machine ('''BASE_ARCH''' + compiler usually)
 +
*Useful information about system  
 +
**/proc/cpuinfo : pseudo file containing a full description of logical cpus in a linux system (cat/less/more)<br>
 +
*x  
 
**xx
 
**xx

Version depuis le 16 de novembre 2011 à 21:23

en construction(cette page s'adresse principalement aux développeurs)

under construction(this page is mainly for developers)

  • Useful environment variables
    • PATH : colon ':' separated list of directories where executables or sourced (.) shell includes are to be found
    • LD_LIBRARY_PATH : colon ':' separated list of directories where dynamic libraries (.so files) needed by executables can be found
    • EC_LD_LIBRARY_PATH : colon ':' separated list of directories where s.compile, s.f90  et al. will look for libraries
    • EC_INCLUDE_PATH : colon ':' separated list of directories where s.compile, s.f90  et al. will look for include files
    • BASE_ARCH : name of the hardware architecture of the machine
    • EC_ARCH : name of the hardware+software architecture of the machine (BASE_ARCH + compiler usually)
  • Useful information about system
    • /proc/cpuinfo : pseudo file containing a full description of logical cpus in a linux system (cat/less/more)
  • x
    • xx