Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argotk
Commits
8c57f090
Commit
8c57f090
authored
Feb 17, 2019
by
Valentin Reis
Browse files
Readme update.
parent
021f3476
Pipeline
#5409
passed with stage
in 2 minutes and 27 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.README.md
View file @
8c57f090
#### `argotk`
This is a
stack executor for argo
. It can be used standalone and drives CI tests.
It should be us
ed via
[
argo
test
](
https://xgitlab.cels.anl.gov/argo/argo
test
)
.
stack executor for argo
, used for experiments and CI tests. should be
provision
ed via
[
argo
nix
](
https://xgitlab.cels.anl.gov/argo/argo
nix
)
.
#### Usage
...
...
@@ -23,9 +23,8 @@ Output:
argotk TestHello --help
```
### Hacking
-
see
`default.nix`
-
`nix-shell`
provides cabal-build, ghcid, hlint
-
edit
`.README.md`
in place of README.md
and
run ./shake.hs
as a pre-commit hook
.
-
edit
`.README.md`
in place of README.md
,
run ./shake.hs
to generate
.
README.md
View file @
8c57f090
#### `argotk`
This is a stack executor for argo. It can be used standalone and drives
CI tests. It should be used via
[
argotest
](
https://xgitlab.cels.anl.gov/argo/argotest
)
.
stack executor for argo, used for experiments and CI tests. should be
provisioned via
[
argonix
](
https://xgitlab.cels.anl.gov/argo/argonix
)
.
#### Usage
...
...
@@ -41,9 +40,11 @@ Available commands:
one *power* message to cmd listen.
TestSTREAM Setup stack, run STREAM and check that it sends at
least one progress message to the daemon.
RunAMG Set up and start daemon, run app in a container.
RunAMG Run AMG in the argo stack.
RunQMCPack Run QMCPACK in the argo stack.
RunOpenMC Run OpenMC in the argo stack.
RunSTREAM Set up and start daemon, run app in a container.
RunLAMMPS
Set up and start daemon, run app in a container
.
RunLAMMPS
Run LAMMPS in the argo stack
.
tests Run hardware-independent CI tests
```
...
...
@@ -59,11 +60,13 @@ Output:
Usage: argotk TestHello [-v|--verbose] [--app APP]
[--container_name ARGO_CONTAINER_UUID]
[--output_dir DIR] [--manifest_directory DIR]
[--manifest_name FILENAME] [--daemon BEHAVIOR]
[--cmd_run BEHAVIOR] [--cmd_listen BEHAVIOR]
[--manifest_name FILENAME] [--prelude_command COMMAND]
[--daemon BEHAVIOR] [--cmd_run BEHAVIOR]
[--cmd_listen BEHAVIOR]
[--cmd_listen_performance BEHAVIOR]
[--cmd_listen_progress BEHAVIOR]
[--cmd_listen_power BEHAVIOR] [ARGS]
[--cmd_listen_power BEHAVIOR] [--threadCount THREADS]
[ARGS]
Setup stack and check that a hello world app sends message back to cmd's
stdout.
...
...
@@ -77,9 +80,12 @@ Available options:
--output_dir DIR Working
directory. (default: WorkingDirectory (FilePath "_output"))
--manifest_directory DIR Manifest lookup
directory (default:
Manifest
Dir (FilePath "/
tmp
"))
directory (default:
Share
Dir (FilePath "/
nix/store/64wmv8npkn4dx263ln853r6lvlckj07h-argotk-0.1.0.0/share
"))
--manifest_name FILENAME Manifest file basename (relative to
--manifest_directory) (default: ManifestName (FilePath "basic.json"))
--prelude_command COMMAND
Command to run before executing the stack (after
stack setup) (default: PreludeCommand "")
--daemon BEHAVIOR `daemon`
behavior (default: JustRun (StdOutLog "daemon_out.log") (StdErrLog "daemon_err.log"))
--cmd_run BEHAVIOR `cmd run`
...
...
@@ -94,13 +100,14 @@ Available options:
--cmd_listen_power BEHAVIOR
`cmd listen --filter power`
behavior (default: DontRun)
--threadCount THREADS Number of threads to use when running the
stack. (default: HwThreadCount 8)
ARGS Application arguments.
-h,--help Show this help text
```
### Hacking
-
see
`default.nix`
-
`nix-shell`
provides cabal-build, ghcid, hlint
-
edit
`.README.md`
in place of README.md and run ./shake.hs as a
pre-commit hook.
-
edit
`.README.md`
in place of README.md, run ./shake.hs to generate.
default.nix
View file @
8c57f090
...
...
@@ -10,6 +10,7 @@ rec {
preCommit
=
pkgs
.
mkShell
{
name
=
"shake"
;
ARGOTK_SHARE
=
"
${
argotk
}
/share"
;
buildInputs
=
[
(
pkgs
.
haskellPackages
.
ghcWithPackages
(
p
:
with
p
;
[
argotk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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