Skip to content
Snippets Groups Projects
Commit bf484888 authored by Petr Strakos's avatar Petr Strakos
Browse files

merge

parent 53d6e8ee
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!229In situ,!228In situ
......@@ -48,7 +48,6 @@ It will generate the CxxFullExampleAdaptor executable file. This can be later ru
Provided example is a simple MPI program. Main executing part is written in FEDriver.cxx. It is a simulator code that creates computational grid
<<<<<<< HEAD
```c++
#include "FEDataStructures.h"
#include <mpi.h>
......@@ -114,15 +113,6 @@ int main(int argc, char** argv)
MPI_Finalize();
return 0;
=======
``` line-numbers
#include ahoj.h
int main() {
return 0;
>>>>>>> 35cff1d02526d96d67e349fa8874843cbe149def
}
```
......
.line-numbers{
/* Set "line-numbers-counter" to 0 */
counter-reset: line-numbers-counter;
}
.line-numbers .remark-code-line::before {
/* Increment "line-numbers-counter" by 1 */
counter-increment: line-numbers-counter;
content: counter(line-numbers-counter);
text-align: right;
width: 55px;
border-right: 1px solid #aaa;
display: inline-block;
margin-right: 10px;
padding: 0 5px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment