Skip to content
Snippets Groups Projects

Virtual environment, upgrade MKdocs, upgrade Material design

Merged David Hrbáč requested to merge virtual_environment into master
32 files
+ 97
97
Compare changes
  • Side-by-side
  • Inline
Files
32
@@ -75,7 +75,7 @@ Then launch the debugger with the ddt command followed by the name of the execut
@@ -75,7 +75,7 @@ Then launch the debugger with the ddt command followed by the name of the execut
A submission window that appears have a prefilled path to the executable to debug. You can select the number of MPI processors and/or OpenMP threads on which to run and press run. Command line arguments to a program can be entered to the "Arguments " box.
A submission window that appears have a prefilled path to the executable to debug. You can select the number of MPI processors and/or OpenMP threads on which to run and press run. Command line arguments to a program can be entered to the "Arguments " box.
![](img/ddt1.png)
![](../../../img/ddt1.png)
To start the debugging directly without the submission window, user can specify the debugging and execution parameters from the command line. For example the number of MPI processes is set by option "-np 4". Skipping the dialog is done by "-start" option. To see the list of the "ddt" command line parameters, run "ddt --help".
To start the debugging directly without the submission window, user can specify the debugging and execution parameters from the command line. For example the number of MPI processes is set by option "-np 4". Skipping the dialog is done by "-start" option. To see the list of the "ddt" command line parameters, run "ddt --help".
Loading