diff --git a/.etc/environment/writejupyterconfig.py b/.etc/environment/writejupyterconfig.py
index 5e59b61fd8ff5668127f47b5163083c4da611071..c495f1c5e6f2f3da1ad6aee15ec80ddc48ddd2c0 100644
--- a/.etc/environment/writejupyterconfig.py
+++ b/.etc/environment/writejupyterconfig.py
@@ -22,7 +22,7 @@ if not os.path.exists(jupyterdir):
 id=pwd.getpwuid( os.getuid() ).pw_uid
 name=pwd.getpwuid( os.getuid() ).pw_name
 port=id%1000+8000
-configstr="""## Settings for SC18 Tutorial
+configstr="""## Settings for SC19 Tutorial
 c.NotebookApp.custom_display_url = 'http://localhost:8000'
 c.NotebookApp.ip = '0.0.0.0'
 c.NotebookApp.port = %i
diff --git a/2-Performance_Counters/Handson/.master/Hands-On-Performance-Counters.ipynb b/2-Performance_Counters/Handson/.master/Hands-On-Performance-Counters.ipynb
index f758c7a20bc6b212b9cf13f6eb29a3b3ea31f6f7..fa38c90d3db32373a50418f4893d518236238b56 100644
--- a/2-Performance_Counters/Handson/.master/Hands-On-Performance-Counters.ipynb
+++ b/2-Performance_Counters/Handson/.master/Hands-On-Performance-Counters.ipynb
@@ -82,7 +82,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "/autofs/nccsopen-svm1_home/aherten/OpenPOWER-SC18/2-PAPI/Compiling/Solutions\n"
+      "/autofs/nccsopen-svm1_home/aherten/OpenPOWER-SC19/2-PAPI/Compiling/Solutions\n"
      ]
     }
    ],
diff --git a/2-Performance_Counters/Handson/Hands-On-Performance-Counters.pdf b/2-Performance_Counters/Handson/Hands-On-Performance-Counters.pdf
index 119e5d9167289ab44de3f8a47ad8e7e2b14a7fd1..7a7ba5b3d1dbf6a7c4670e7ddf497a3928337e1a 100644
Binary files a/2-Performance_Counters/Handson/Hands-On-Performance-Counters.pdf and b/2-Performance_Counters/Handson/Hands-On-Performance-Counters.pdf differ
diff --git a/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.html b/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.html
index bac54cd2526886fc34b70fc90bddc41463114625..a095882dc0421a2f47c091959e25ccbb56ace75c 100644
--- a/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.html
+++ b/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.html
@@ -13175,7 +13175,7 @@ and <code>PAPI_stop()</code> can be used to count how often a PMU event is incre
 
 
 <div class="output_subarea output_stream output_stdout output_text">
-<pre>/autofs/nccsopen-svm1_home/aherten/OpenPOWER-SC18/2-PAPI/Compiling/Solutions
+<pre>/autofs/nccsopen-svm1_home/aherten/OpenPOWER-SC19/2-PAPI/Compiling/Solutions
 </pre>
 </div>
 </div>
diff --git a/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.ipynb b/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.ipynb
index c309a58c5e0a85662a1878697e651dcf8b3215f3..1d345e7c45c531f090b7a4f7ecc9ec5c748314d9 100644
--- a/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.ipynb
+++ b/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.ipynb
@@ -82,7 +82,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "/autofs/nccsopen-svm1_home/aherten/OpenPOWER-SC18/2-PAPI/Compiling/Solutions\n"
+      "/autofs/nccsopen-svm1_home/aherten/OpenPOWER-SC19/2-PAPI/Compiling/Solutions\n"
      ]
     }
    ],
diff --git a/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.pdf b/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.pdf
index b8697c93bd3e65c3b525c7d9f7afa0b6a528bf56..61b7b160e76bf1824fe1a51e90bed6bcf52b8170 100644
Binary files a/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.pdf and b/2-Performance_Counters/Handson/Solutions/Hands-On-Performance-Counters.pdf differ
diff --git a/3-Optimizing_POWER/Handson/.master/README.md b/3-Optimizing_POWER/Handson/.master/README.md
index 9de6e70ace500521532012e6c5bd845096135c04..8d369a8b868e60e4aa595f5e0c681e19fdd29655 100644
--- a/3-Optimizing_POWER/Handson/.master/README.md
+++ b/3-Optimizing_POWER/Handson/.master/README.md
@@ -2,8 +2,6 @@
 
 This folder holds the files for the second hands-on exercise about Performance Optimization for POWER9.
 
-Make sure to load all modules of this session by typing `module load sc18/handson2` into the shell.
-
 All task description is in an accompanying Jupyter Notebook. Open it interactively on Ascent with port forwarding. If that is impossible to do, use the static convert to HTML or PDF of the Notebook and follow along accordingly.
 
 A Notebook with reference solutions can be found in the folder `Solution-Notebook`.
diff --git a/3-Optimizing_POWER/Handson/Task3/.master/MASTER_HAS_DIVERGED b/3-Optimizing_POWER/Handson/Task3/.master/MASTER_HAS_DIVERGED
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/3-Optimizing_POWER/Handson/Task3/.master/Makefile b/3-Optimizing_POWER/Handson/Task3/.master/Makefile
index 09ae7a93b46889bdc38b6e2f78527f2b2f5173c7..6cb9ff418d892743d4b4a13718e6916540af8b64 100644
--- a/3-Optimizing_POWER/Handson/Task3/.master/Makefile
+++ b/3-Optimizing_POWER/Handson/Task3/.master/Makefile
@@ -16,4 +16,4 @@ clean:
 	rm -f poisson2d poisson2d*.o
 
 run: poisson2d
-	${SC18_SUBMIT_CMD} time ./$<
+	${SC19_SUBMIT_CMD} time ./$<
diff --git a/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_Solution.ipynb b/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_Solution.ipynb
index 4bddcf90204dfe20bcaf470255897ea6fc53e8a4..ecc30ee80f1ded6327c30b3f367cb7bbf5a5e30d 100644
--- a/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_Solution.ipynb
+++ b/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_Solution.ipynb
@@ -2003,7 +2003,7 @@
    "source": [
     "# Survey<a name=\"survey\"></a>\n",
     "\n",
-    "Please rememeber to take some time and fill out the [survey](http://bit.ly/sc18-eval)."
+    "Please rememeber to take some time and fill out the [survey](http://bit.ly/sc19-eval)."
    ]
   }
  ],
diff --git a/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_executed.html b/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_executed.html
index 611475aac8f395bf77600be2538419781ec93c5b..e5c17b23b89bd11ee2247da177c378700c76fac4 100644
--- a/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_executed.html
+++ b/4-GPU/HandsOn/.Solution/HandsOnGPUProgramming_executed.html
@@ -14178,7 +14178,7 @@ poisson2d.solution.1.pgprof
 </div>
 <div class="inner_cell">
 <div class="text_cell_render border-box-sizing rendered_html">
-<h1 id="Survey">Survey<a name="survey" /><a class="anchor-link" href="#Survey">&#182;</a></h1><p>Please rememeber to take some time and fill out the <a href="http://bit.ly/sc18-eval">survey</a>.</p>
+<h1 id="Survey">Survey<a name="survey" /><a class="anchor-link" href="#Survey">&#182;</a></h1><p>Please rememeber to take some time and fill out the <a href="http://bit.ly/sc19-eval">survey</a>.</p>
 
 </div>
 </div>