|
1 | 1 | --- |
2 | 2 | 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 |
5 | 5 | description: Instructions to connect to the CCUB cluster and get GENIE running |
6 | 6 | nav: false |
7 | 7 | --- |
8 | 8 | ## Connecting to the cluster of Univ. Bourgogne Europe with NoMachine |
9 | 9 |
|
10 | 10 | 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. |
11 | 11 |
|
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"}]. |
13 | 13 |
|
14 | 14 | Then: |
15 | 15 | - Open the `NoMachine` app. |
@@ -40,7 +40,7 @@ ssh -Y -C -o StrictHostKeyChecking=no CCUBlogin@krenek2002.u-bourgogne.fr |
40 | 40 | 1. `cd cgenie.muffin/` |
41 | 41 | 2. `git checkout UBE25` |
42 | 42 | 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 |
44 | 44 | 5. `./install_on_CCUB.sh` |
45 | 45 |
|
46 | 46 | ### Sourcing the .kshrc file |
@@ -112,7 +112,7 @@ This will give you a directory `GENIE_results_example` containing three items: |
112 | 112 |
|
113 | 113 | User-config files made available for the case studies are located in directory `cgenie.muffin/genie-userconfigs/UBgraduateprogramme`. |
114 | 114 |
|
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. |
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
|
0 commit comments