Skip to content

Commit 7bb3c68

Browse files
committed
Added minor changes need to force merge changes.
1 parent 4abf86c commit 7bb3c68

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,14 @@ Tutorial 2 deals with reverse proxy access for internal websites, central authen
339339
1. [Head Node Configuration (Server)](#head-node-configuration-server)
340340
1. [Compute Node Configuration (Clients)](#compute-node-configuration-clients)
341341
1. [Configure Grafana Dashboard for Slurm](#configure-grafana-dashboard-for-slurm)
342+
1. [GROMACS Protein Visualisation](#gromacs-protein-visualisation)
343+
1. [Running Qiskit from a Remote Jupyter Notebook Server](#running-qiskit-from-a-remote-jupyter-notebook-server)
342344
1. [Automating the Deployment of your OpenStack Instances Using Terraform](#automating-the-deployment-of-your-openstack-instances-using-terraform)
343345
1. [Automating the Configuration of your VMs Using Ansisble](#automating-the-configuration-of-your-vms-using-ansible)
344346
1. [Introduction to Continuous Integration](#introduction-to-continuous-integration)
345347
1. [GitHub](#github)
346348
1. [TravisCI](#travisci)
347349
1. [CircleCI](#circleci)
348-
1. [GROMACS Protein Visualisation](#gromacs-protein-visualisation)
349-
1. [Running Qiskit from a Remote Jupyter Notebook Server](#running-qiskit-from-a-remote-jupyter-notebook-server)
350350

351351
# Contributing to the Project
352352

tutorial2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,13 @@ If your NAT is working correctly and your compute node's DNS was set correctly w
503503
> **! >>> Without access to a working DNS server you won't be able to install packages on your compute node (or head node for that matter), even if the internet is otherwise working.**
504504
505505
<div style="page-break-after: always;"></div>
506-
506+
## Routing your Compute Nodes Exclusively Through Your Head Node
507507
508508
# Network Time Protocol
509509
510510
**NTP** or **network time protocol** enables you to synchronise the time across all the computers in your network. This is important for HPC clusters as some applications require that system time be accurate between different nodes (imagine receiving a message 'before' it was sent).
511511
512-
It is also important that your timezones are also consistent across your machines. Time actions on **CentOS 8** can be controlled by a tool called `timedatectl`. For example, if you wanted to change the timezone that your system is in, you could use `timedatectl list-timezones`, find the one you want and then set it by using `timedatectl set-timezone <timezone>`. `timedatectl` can also set the current time on a local machine and more.
512+
It is also important that your timezones are also consistent across your machines. Time actions on **CentOS 8** can be controlled by a tool called `timedatectl`. For example, if you wanted to change the timezone that your system is in, you could use `timedatectl list-timezones`, find the one you want and then set it by using `timedatectl set-timezone <timezone>`. `timedatectl` can also set the current time on a local machine and more.
513513
514514
You will now **setup the NTP service** (through the `chronyd` implementation) on your head node and then connect your compute nodes to it.
515515

tutorial4/README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
1. [Head Node Configuration (Server)](#head-node-configuration-server)
2222
1. [Compute Node Configuration (Clients)](#compute-node-configuration-clients)
2323
1. [Configure Grafana Dashboard for Slurm](#configure-grafana-dashboard-for-slurm)
24+
1. [GROMACS Protein Visualisation](#gromacs-protein-visualisation)
25+
1. [Running Qiskit from a Remote Jupyter Notebook Server](#running-qiskit-from-a-remote-jupyter-notebook-server)
2426
1. [Automating the Deployment of your OpenStack Instances Using Terraform](#automating-the-deployment-of-your-openstack-instances-using-terraform)
2527
1. [Automating the Configuration of your VMs Using Ansisble](#automating-the-configuration-of-your-vms-using-ansible)
2628
1. [Introduction to Continuous Integration](#introduction-to-continuous-integration)
2729
1. [GitHub](#github)
2830
1. [TravisCI](#travisci)
2931
1. [CircleCI](#circleci)
30-
1. [GROMACS Protein Visualisation](#gromacs-protein-visualisation)
31-
1. [Running Qiskit from a Remote Jupyter Notebook Server](#running-qiskit-from-a-remote-jupyter-notebook-server)
3232

3333
<!-- markdown-toc end -->
3434

@@ -367,17 +367,6 @@ To confirm that your node configuration is correct, you can run the following co
367367
The `S:C:T` column means "sockets, cores, threads" and your numbers for your compute node should match the settings that you made in the `slurm.conf` file.
368368
## Configure Grafana Dashboard for Slurm
369369
370-
# Automating the Deployment of your OpenStack Instances Using Terraform
371-
372-
##
373-
374-
# Automating the Configuration of your VMs Using Ansible
375-
376-
# Introduction to Continuous Integration
377-
## GitHub
378-
## TravisCI
379-
## CircleCI
380-
381370
# GROMACS Protein Visualisation
382371
383372
> **! >>> You will need to work on your personal computer (or laptop) to complete this section.**
@@ -415,3 +404,15 @@ Simulations like this are used to to develop and prototype experimental pharmace
415404
</span>
416405
417406
# Running Qiskit from a Remote Jupyter Notebook Server
407+
408+
409+
# Automating the Deployment of your OpenStack Instances Using Terraform
410+
411+
##
412+
413+
# Automating the Configuration of your VMs Using Ansible
414+
415+
# Introduction to Continuous Integration
416+
## GitHub
417+
## TravisCI
418+
## CircleCI

0 commit comments

Comments
 (0)