Changes between Version 24 and Version 25 of ComputingRessources


Ignore:
Timestamp:
Feb 20, 2015, 8:39:18 PM (9 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputingRessources

    v24 v25  
    99To connect to your e-mails, you can use the webmail [https://www.legi.grenoble-inp.fr/webmail Access to webmail], or for better access configure Icedove-Thunderbird. The web server of LEGI is servmail.legi.grenoble-inp.fr.
    1010
    11 To configure your Linux system to English language, create a text file called '.xsessionrc' with the single line LANG="en_US.UTF-8" in your home directory
     11To configure your Linux system to English language, create a text file called '.xsessionrc' with the single line LANG="en_US.UTF-8" in your home directory.
    1212
    1313Common computing ressource are reached through the server 'servcalcul3' under Linux system ( [https://servforge.legi.grenoble-inp.fr/projects/le-coriolis-platform/wiki/CoriolisUnixCommand a few useful Linux commands]). To reach this server from a Linux machine at LEGI, use the command '''ssh -CX servcalcul3''' (the option '-CX' provides a graphic terminal).
     
    1616
    1717== Access to bibliography ==
    18 Once connected to your computer at LEGI, you can access online to a wide list of journals through the gate 'G@el': http://sicd1.ujf-grenoble.fr/-Periodiques-electroniques. The link [http://scholar.google.fr.gaelnomade.ujf-grenoble.fr/] allows you to use google scholar with access to the pdf of the articles by Gael,
    19  Then an indication 'University Joseph Fourier' indicates that you are allowed to  download the pdf of the articles. Note that this does not include access to old issues of J. Fluid Mech, prior to 1997. For that you need to connect directly without going to Gael, and the logo 'LEGI' should appear.
     18Once connected to your computer at LEGI, you can access online to a wide list of journals through the gate 'G@el': http://sicd1.ujf-grenoble.fr/-Periodiques-electroniques. The link [http://scholar.google.fr.gaelnomade.ujf-grenoble.fr/] allows you to use google scholar with access to the pdf of the articles by Gael.
     19
     20Then an indication 'University Joseph Fourier' indicates that you are allowed to  download the pdf of the articles. Note that this does not include access to old issues of J. Fluid Mech, prior to 1997. For that you need to connect directly without going to Gael, and the logo 'LEGI' should appear.
    2021
    2122== Remote access to the computers at LEGI ==
    2223You can use the terminal [x2Go -> http://wiki.x2go.org].
    2324
    24 X2Go replaces NX client as the new versions of this software do not work on our system. Choose the host ''''legilnx02.legi.grenoble-inp.fr'''', session type ''''XFCE''''. You may need to define your keyboard type and language in 'prefrences'.
     25X2Go replaces NX client as the new versions of this software do not work on our system. Choose the host ''''legilnx02.legi.grenoble-inp.fr'''', session type ''''XFCE''''. You may need to define your keyboard type and language in 'preferences'.
    2526
    26 then type  '''ssh -CX 'your computer name' ''' to access your computer o'''r ssh -CX servcalcul3''' to access the computing server.
     27Then type  '''ssh -CX 'your computer name' ''' to access your computer o'''r ssh -CX servcalcul3''' to access the computing server.
    2728
    2829== Data transfer ==
     
    4344
    4445== Matlab ==
    45 Open matlab by typing 'matlab' from a terminal, or 'matlab &' to keep the terminal active for new commands. In case the command is not recognized, first type 'module load matlab/8.1', and then 'matlab'. 
     46Open matlab by typing 'matlab' from a terminal, or 'matlab &' to keep the terminal active for new commands. In case the command is not recognized, first type 'module load matlab/8.1', and then 'matlab'.
    4647
    4748Choose as 'Current Folder' the folder which contains your processing functions. An alternative option is to declare paths to your functions, using the matlab function 'addpath' (be cause of the system installation the set of paths are not saved for next opening of matlab).