Skip to content
Snippets Groups Projects

Cisteni

Merged Lukáš Krupčík requested to merge cisteni into master
1 unresolved thread
Files
60
@@ -25,14 +25,14 @@ In case of debugging on accelerators:
Load all necessary modules to compile the code. For example:
```bash
$ module load intel
$ module load impi ... or ... module load openmpi/X.X.X-icc
$ ml intel
$ ml impi ... or ... ml openmpi/X.X.X-icc
```
Load the Allinea DDT module:
```bash
$ module load Forge
$ ml Forge
```
Compile the code:
Loading