...
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.
...
- Start a VDI session on ARE.
- Open the Mate Terminal application. The next few steps use the command line.
Make a DB directory in your Gadi home directory.
> mkdir $HOME/umui_DBSE
Copy an experiment from
where expt is the 4 character experiment name.accessdev
.> rsync -a accessdev:/home/umui_DBSE/expt* $HOME/umui_DBSE
- Start the UMUI server.
> /g/data/access/umui/ghui3.0/bin/ghui_startserver umui PRIMARY
- Start the UMUI client.
> /g/data/access/umui/ghui3.0/scripts/umui
- 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 |
Caveats
- This uses a local copy of the experiment DB rather than a shared DB.
- 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. - UMUI uses a fixed port number, so only one copy can run on an ARE node at any time.
...