diff --git a/404.html b/404.html index 42a2b560e..5bdfd7b82 100644 --- a/404.html +++ b/404.html @@ -261,7 +261,7 @@
Docs
  • Example program
  • Passing arguments
  • Further reading
  • +
  • Related software
  • @@ -1164,16 +1165,19 @@

    Availability of IDL on JASMIN

    IDL is available on all scientific analysis servers and LOTUS.

    -

    To get started with IDL, login to one of scientific analysis servers and do as follows:

    -
    module load idl
    +

    Check which versions are available:

    +
    module avail idl
    +
    +-------------------------------------------- /apps/jasmin/modulefiles -----------------------------------------------
    +  idl/8.2   idl/8.5 (D)   idl/8.6   idl/8.9
    +
    +  Where:
    +   D:  Default Module
    +

    The current default version is labelled with (D) and can be loaded using just module load idl. Alternatively, load a specific version by +adding its version string to the command:

    +
    module load idl # or idl/8.5 to specify the version
     idl
     IDL Version 8.5 (linux x86_64 m64). (c) 2015, Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation.
     Installation number: 406672.
    @@ -1184,13 +1188,22 @@ 

    Availability of IDL on JASMIN exit

    For help on the idl module you can type the following :

    module help idl
    ------------ Module Specific Help for 'idl/8.2' --------------------
    -         Adds IDL 8.2 to your environment variables,
    +
    ----------- Module Specific Help for 'idl/8.5' -------------------- + Adds IDL 8.5 to your environment variables,

    Making efficient use of IDL development licences  

    We have a large pool of run-time licences but a much more limited pool of development licences. In each case, these consist of floating licences shared between JASMIN sci machines and the LOTUS cluster.

    +

    Users are welcome to run multiple instances of IDL code, but for that purpose please make use of the run-time licences by compiling your code using a single development session and then running the pre-compiled code using the -rt @@ -1209,7 +1222,7 @@

    Making eff development sessions in each window they will require separate licences.

    To see what licences you and others are using, you can use the following sequence of commands:

    -
    module add idl/8.2
    +
    module add idl/8.5
     lmstat -a

    When interpreting the numbers, note that a single session is counted as 6 licences.

    @@ -1254,9 +1267,9 @@

    Example program
    save, /routines, file='foo.sav'

    4. To run the program, using a run-time licence only:

    idl -rt=foo.sav
    -IDL Version 8.4 (linux x86_64 m64). (c) 2014, Exelis Visual Information Solutions, Inc.
    -Installation number: 406502.
    -Licensed for use by: Science & Technology Facilities
    +IDL Version 8.5 (linux x86_64 m64). (c) 2015, Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation.
    +Installation number: 406672.
    +Licensed for use by: Science & Technology Facilitie
       20
    - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +