Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
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
SWIFT
SWIFTsim
Commits
91a413a2
Commit
91a413a2
authored
9 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
f7ae2c9b
No related branches found
No related tags found
1 merge request
!140
First version of main() using a parameter file to get constants.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+22
-4
22 additions, 4 deletions
README
with
22 additions
and
4 deletions
README
+
22
−
4
View file @
91a413a2
Welcome to the cosmological code
Welcome to the cosmological
hydrodynamical
code
______ _________________
______ _________________
/ ___/ | / / _/ ___/_ __/
/ ___/ | / / _/ ___/_ __/
\__ \| | /| / // // /_ / /
\__ \| | /| / // // /_ / /
...
@@ -6,8 +6,26 @@
...
@@ -6,8 +6,26 @@
/____/ |__/|__/___/_/ /_/
/____/ |__/|__/___/_/ /_/
SPH With Inter-dependent Fine-grained Tasking
SPH With Inter-dependent Fine-grained Tasking
Website: www.swiftsim.com
Website: www.swiftsim.com
Twitter: @SwiftSimulation
Twitter: @SwiftSimulation
See INSTALL.swift for instructions.
See INSTALL.swift for
install
instructions.
Usage: swift [OPTION] PARAMFILE
Valid options are:
-c Run with cosmological time integration
-d Dry run. Read the parameter file, allocate memory but does not read
the particles from ICs and exit before the start of time integration.
Allows user to check validy of parameter and IC files as well as memory limits.
-e Enable floating-point exceptions (debugging mode)
-f {int} Overwrite the CPU frequency (Hz) to be used for time measurements
-g Run with an external gravitational potential
-G Run with self-gravity
-s Run with SPH
-v [12] Increase the level of verbosity 1: MPI-rank 0 writes
2: All MPI-ranks write
-y {int} Time-step frequency at which task graphs are dumped
-h Print this help message and exit
See the file examples/parameter_example.yml for an example of parameter file.
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