Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Given you are an existing user of UMUI on the NCI 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.

...

  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.
    > rsync -a accessdev:/home/umui_DBSE/expt* $HOME/umui_DBSE

     where expt is the 4 character 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.


Info

The server allows you to create new experiments as normal. However it will not see any experiments you rsync directly from accessdev while it's running. For these to be visible stop the server with

> /g/data/access/umui/ghui3.0/bin/ghui_haltserver umui

and restart as before

> /g/data/access/umui/ghui3.0/bin/ghui_startserver umui PRIMARY
> /g/data/access/umui/ghui3.0/scripts/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.

...