Skip to content

Commit

Permalink
Merge pull request #67 from university-of-york/feature/newpages
Browse files Browse the repository at this point in the history
move all FIXME's to comments
  • Loading branch information
nd996 authored Oct 23, 2023
2 parents 70f9353 + 5fac21d commit 3e1c408
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
3 changes: 1 addition & 2 deletions docs/source/getting_started/code_of_conduct.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Code of Conduct
===============

.. caution::
WIP: Needs suggestions
.. FIXME: Needs suggestions
We hope everyone enjoys using Viking and all it's powerful resources. As all of Viking's resources are shared amongst the users, it's up to all of us to do our best to ensure we are using them wisely and not negatively impacting other users. We understand that for some people this may be the first time they have access to a HPC like Viking, or even the first time using a Linux machine, so we have created this page to help explain some of the concepts on how to use Viking so we don't impact other users. As always, if you need help with any explanation please get in touch with the team by emailing [email protected].

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Data Management and User Quota
==============================

.. attention::

FIXME: This uses OLD information
.. FIXME: This uses OLD information
Viking is a self-contained machine, therefore you will notice your normal UoY home directories are not available. This is intentional for the following reasons:

Expand Down
9 changes: 3 additions & 6 deletions docs/source/using_viking/jobscript_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ For software that does not support any parallelisation, or where single threaded
Threaded / Multi-Process Jobs
-----------------------------

.. caution::
FIXME: needs explanation
.. FIXME: needs explanation
.. code-block:: bash
:linenos:
Expand Down Expand Up @@ -155,8 +154,7 @@ Threaded / Multi-Process Jobs
Multi-processor Jobs
--------------------

.. caution::
FIXME: needs explanation
.. FIXME: needs explanation
.. code-block:: bash
:linenos:
Expand Down Expand Up @@ -195,8 +193,7 @@ Multi-processor Jobs
Array Jobs
----------

.. caution::
FIXME: needs explanation
.. FIXME: needs explanation
.. code-block:: bash
:linenos:
Expand Down
7 changes: 2 additions & 5 deletions docs/source/using_viking/jobscripts_program_specific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ The following job script could be used to submit an ``Amber`` workflow to the GP
module load {MOD_AMBER_GPU}
./amber_gpu_example.sh
.. tip::
FIXME: Add in benchmarks like old docs
.. FIXME: Add in benchmarks like old docs
Gaussian
Expand Down Expand Up @@ -137,9 +136,7 @@ MATLAB
$ module load {MOD_MATLAB}
.. attention::

FIXME: New docs reference a jobscript emailed to Emma - can we get a copy?
.. FIXME: New docs reference a jobscript emailed to Emma - can we get a copy?
Running Interactively
Expand Down

0 comments on commit 3e1c408

Please sign in to comment.