Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Strakos
docs.it4i.cz
Commits
53d6e8ee
Commit
53d6e8ee
authored
6 years ago
by
Petr Strakos
Browse files
Options
Downloads
Plain Diff
merge
parents
cc2c28d1
35cff1d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs.it4i/software/viz/insitu.md
+10
-0
10 additions, 0 deletions
docs.it4i/software/viz/insitu.md
docs.it4i/software/viz/line-numbers
+16
-0
16 additions, 0 deletions
docs.it4i/software/viz/line-numbers
with
26 additions
and
0 deletions
docs.it4i/software/viz/insitu.md
+
10
−
0
View file @
53d6e8ee
...
...
@@ -48,6 +48,7 @@ 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>
...
...
@@ -113,6 +114,15 @@ int main(int argc, char** argv)
MPI_Finalize
();
return
0
;
=======
```
line-numbers
#include ahoj.h
int main() {
return 0;
>>>>>>> 35cff1d02526d96d67e349fa8874843cbe149def
}
```
...
...
This diff is collapsed.
Click to expand it.
docs.it4i/software/viz/line-numbers
0 → 100644
+
16
−
0
View file @
53d6e8ee
.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;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment