Skip to content

Commit 2c1fe19

Browse files
alexpohlalexpohl
authored andcommitted
adapting teaching material for summer school 2026
1 parent c9fc4a4 commit 2c1fe19

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: smallfont_page
3-
permalink: /GENIE_summer_school_2025/
4-
title: cGENIE summer school 2025
3+
permalink: /GENIE_summer_school_2026/
4+
title: cGENIE summer school 2026
55
description: Instructions to connect to the CCUB cluster and get GENIE running
66
nav: false
77
---
88
## Connecting to the cluster of Univ. Bourgogne Europe with NoMachine
99

1010
NoMachine permits working on a remote Linux cluster with a graphical interface by generating a Desktop just like on your local computer. It notably permits opening a file explorer and easily displaying figures or even working interactively on Matlab, Spyder (Python) or Rstudio.
1111

12-
Instructions to obtain and configure NoMachine for the CCUB cluster can be found on [[this webpage](https://ccub.u-bourgogne.fr/dnum-ccub/spip.php?article961){:target="_blank"}].
12+
NoMachine should already be installed on your computer. Alternatively, instructions to obtain and configure NoMachine for the CCUB cluster can be found on [[this webpage](https://ccub.u-bourgogne.fr/dnum-ccub/spip.php?article961){:target="_blank"}].
1313

1414
Then:
1515
- Open the `NoMachine` app.
@@ -40,7 +40,7 @@ ssh -Y -C -o StrictHostKeyChecking=no CCUBlogin@krenek2002.u-bourgogne.fr
4040
1. `cd cgenie.muffin/`
4141
2. `git checkout UBE25`
4242
3. `chmod 744 install_on_CCUB.sh`
43-
4. Adapt file `install_on_CCUB.sh` (first line) with your own CCUB login
43+
4. Edit text file `install_on_CCUB.sh` (first line) by replacing al1966po with your own CCUB login
4444
5. `./install_on_CCUB.sh`
4545

4646
### Sourcing the .kshrc file
@@ -112,7 +112,7 @@ This will give you a directory `GENIE_results_example` containing three items:
112112

113113
User-config files made available for the case studies are located in directory `cgenie.muffin/genie-userconfigs/UBgraduateprogramme`.
114114

115-
115+
Launching a new simulation generally consists in copying an existing user-config under a new file name (this will be the experiment name, used when launching the simulation and also giving its name to the model output directory that contains the simulation results), and adapting the content of the new user-config file using your preferred text editor.
116116

117117

118118

_pages/Materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ nav: true
4444

4545
<h2>Teaching</h2>
4646

47-
- cGENIE 2025 UBE summer school material [[link](https://alexpohl.github.io/GENIE_summer_school_2025/){:target="_blank"}]
47+
- cGENIE 2026 UBE summer school material [[link](https://alexpohl.github.io/GENIE_summer_school_2026/){:target="_blank"}]
4848

0 commit comments

Comments
 (0)