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
Commits
6aacfbb4
Commit
6aacfbb4
authored
6 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
add basic scaling test instruction
parent
a82784b2
No related branches found
No related tags found
No related merge requests found
Pipeline
#50951
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+25
-0
25 additions, 0 deletions
README.rst
with
25 additions
and
0 deletions
README.rst
+
25
−
0
View file @
6aacfbb4
...
@@ -225,3 +225,28 @@ Detailed full installation instructions:
...
@@ -225,3 +225,28 @@ Detailed full installation instructions:
In case these files provide incomplete information, it is necessary to update
In case these files provide incomplete information, it is necessary to update
the cmake input config file: turtle/cmake/TurTLEConfig.cmake.in.
the cmake input config file: turtle/cmake/TurTLEConfig.cmake.in.
--------------------
Scaling tests.
--------------------
Initial scaling data is available at <insert url here>.
Please copy the files to the location `TURTLE_FIELD_DATABASE`.
Separately, please recompile TurTLE after appending "-D USE_TIMINGOUTPUT" to the `TURTLE_COMPILATION_FLAGS` environment variable
Afterwards, please run variations of the following command:
.. code:: bash
python ${TURTLE REPOSITORY}/tests/DNS/test_scaling.py D \
-n 128 \
--nprocesses 4 \
--ncores 1 \
--src-wd ${TURTLE_FIELD_DATABASE} \
--src-iteration 8192
Available iterations for
* n = 128: 8192
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