Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
TurTLE
TurTLE
Merge requests
!38
Feature/readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/readme
feature/readme
into
develop
Overview
0
Commits
21
Pipelines
9
Changes
6
Merged
Lukas Bentkamp
requested to merge
feature/readme
into
develop
3 years ago
Overview
0
Commits
21
Pipelines
9
Changes
6
Expand
Restructured installation instructions
Edited
3 years ago
by
Cristian Lalescu
0
0
Merge request reports
Compare
develop
version 8
0f72352c
3 years ago
version 7
c079816d
3 years ago
version 6
344ba425
3 years ago
version 5
9b99e03e
3 years ago
version 4
36546990
3 years ago
version 3
bca420a4
3 years ago
version 2
91ce0bd8
3 years ago
version 1
5ea965de
3 years ago
develop (base)
and
latest version
latest version
65c1b048
21 commits,
3 years ago
version 8
0f72352c
20 commits,
3 years ago
version 7
c079816d
19 commits,
3 years ago
version 6
344ba425
18 commits,
3 years ago
version 5
9b99e03e
17 commits,
3 years ago
version 4
36546990
16 commits,
3 years ago
version 3
bca420a4
15 commits,
3 years ago
version 2
91ce0bd8
14 commits,
3 years ago
version 1
5ea965de
13 commits,
3 years ago
6 files
+
237
−
177
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
TurTLE/_code.py
+
0
−
2
Options
@@ -314,8 +314,6 @@ class _code(_base):
@@ -314,8 +314,6 @@ class _code(_base):
command_atoms
=
[
'
mpirun
'
,
command_atoms
=
[
'
mpirun
'
,
'
-np
'
,
'
-np
'
,
'
{0}
'
.
format
(
nb_processes
),
'
{0}
'
.
format
(
nb_processes
),
'
-
'
+
mpirun_environment_set
,
'
OMP_NUM_THREADS={0}
'
.
format
(
nb_threads_per_process
),
'
./
'
+
self
.
name
,
'
./
'
+
self
.
name
,
self
.
simname
]
self
.
simname
]
if
self
.
host_info
[
'
type
'
]
==
'
cluster
'
:
if
self
.
host_info
[
'
type
'
]
==
'
cluster
'
:
Loading