Skip to content

Commit

Permalink
(docs) nci docs updated [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jan 23, 2020
1 parent 6bef4b5 commit 1af1714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
4 changes: 1 addition & 3 deletions docs/gitinfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ Install git-lfs
---------------

In order to read large datafiles stored in the phantom git repo, you
will need git-lfs installed:

::
will need git-lfs installed::

git lfs install

Expand Down
13 changes: 6 additions & 7 deletions docs/nci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,24 @@ Getting started on the NCI supercomputer (Australian National Supercomputing Fac

Apply for an account at http://nci.org.au

If you are in Daniel Price’s research group, request to join projects
“fu7” and “pt4”
If you are in Daniel Price’s research group, request to join project “fu7”

Log in
-------

::

ssh -Y USERNAME@gadi.nci.org.au
ssh -Y USER@gadi.nci.org.au

Make a shortcut to the /short filesystem
----------------------------------------

::

cd /short/pt4
mkdir USERNAME
cd /scratch/fu7
mkdir $USER
cd
ln -s /short/pt4/USERNAME runs
ln -s /scratch/fu7/$USER runs
cd runs
pwd -P

Expand Down Expand Up @@ -52,4 +51,4 @@ more info
---------

For more information on the actual machine `read the
userguide <https://opus.nci.org.au/display/Help/Gadi+User+Guide>`__
userguide <https://opus.nci.org.au/display/Help/Preparing+for+Gadi>`__

0 comments on commit 1af1714

Please sign in to comment.