Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
9ba56f6e
Commit
9ba56f6e
authored
Jun 11, 2016
by
Matthieu Schaller
Browse files
Updated usage description to highlight the presence of multiple executables.
parent
4386f90c
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
9ba56f6e
...
...
@@ -11,7 +11,10 @@
See INSTALL.swift for install instructions.
Usage: swift [OPTION] PARAMFILE
Usage: swift [OPTION]... PARAMFILE
swift_mpi [OPTION]... PARAMFILE
swift_fixdt [OPTION]... PARAMFILE
swift_fixdt_mpi [OPTION]... PARAMFILE
Valid options are:
-a Pin runners using processor affinity
...
...
examples/main.c
View file @
9ba56f6e
...
...
@@ -50,7 +50,11 @@
*/
void
print_help_message
()
{
printf
(
"
\n
Usage: swift [OPTION] PARAMFILE
\n\n
"
);
printf
(
"
\n
Usage: swift [OPTIONS] PARAMFILE
\n
"
);
printf
(
" swift_mpi [OPTIONS] PARAMFILE
\n
"
);
printf
(
" swift_fixdt [OPTIONS] PARAMFILE
\n
"
);
printf
(
" swift_fixdt_mpi [OPTIONS] PARAMFILE
\n\n
"
);
printf
(
"Valid options are:
\n
"
);
printf
(
" %2s %8s %s
\n
"
,
"-a"
,
""
,
"Pin runners using processor affinity"
);
printf
(
" %2s %8s %s
\n
"
,
"-c"
,
""
,
"Run with cosmological time integration"
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment