Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This documentation is for users using the UMUI (Unified Model User Interface). UMUI is required by older superseded UM versions, whereas modern UM versions use Rose/Cylc. The following instructions will help users dependent on UMUI to migrate onto our ARE platform from the older accessdev environment.  


Given you are an existing user of UMUI on the NCI accessdev system and you have an NCI account that allows read access to the /g/data/access file system. Try the following steps to run UMUI inside Gadi.

 To use UMUI on ARE

  1. Start a VDI session on ARE.
  2. Open the Mate Terminal application. The next few steps use the command line.
  3. Make a DB directory in your Gadi home directory.
    > mkdir $HOME/umui_DBSE

  4. Copy an experiment from accessdev. Make sure you also copy the 'exp' file.
    > rsync -a accessdev:/home/umui_DBSE/$EXPERIMENT* $HOME/umui_DBSE

    where $EXPERIMENT is your experiment name.
  5. Start the UMUI server.

    > /g/data/access/umui/ghui3.0/bin/ghui_startserver umui PRIMARY

  6. Start the UMUI client.
    > /g/data/access/umui/ghui3.0/scripts/umui
  7. Submit jobs to Gadi as per UMUI.

Caveats

  1. This uses a local copy of the experiment DB rather than a shared DB.
  2. You might not have enough space in your Gadi $HOME directory to run experiments, and so you might need to use space on /g/data instead.
  3. UMUI uses a fixed port number, so only one copy can run on an ARE node at any time.




  • No labels