Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argonix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argonix
Commits
195a9f69
Commit
195a9f69
authored
Feb 18, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme/typo fix
parent
56513e10
Pipeline
#5439
passed with stage
in 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
14 deletions
+8
-14
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
README.md
README.md
+7
-13
No files found.
.gitlab-ci.yml
View file @
195a9f69
variables
:
ARGOPKGS
:
"
https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/
continuous-integration/argopkgs-continuous-integration
.tar.gz"
ARGOPKGS
:
"
https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/
master/argopkgs-master
.tar.gz"
stages
:
-
main
...
...
README.md
View file @
195a9f69
...
...
@@ -33,6 +33,8 @@ Available options:
Available commands:
build Run an argo-compatible nix-build.
shell Enter an argo-compatible nix-shell
remote-shell Enter an argo-compatible nix-shell on a remote
machine with nix enabled
```
```
{.bash}
...
...
@@ -40,13 +42,11 @@ argonix shell --help
```
```
{.txt}
Usage: argonix shell TARGET [--argopkgs ARGOPKGS] [-v|--verbose]
[-a|--provision_apps] [-r|--remote_build]
[--retreive RELATIVE_PATH] [--retreiveAs LOCAL_PATH]
[--target_machine USER@HOST] [--aml PATH] [--libnrm PATH]
[--nrm PATH] [--containers PATH] [--argotk PATH]
[--amg PATH] [--lammps PATH] [--qmcpack PATH]
[--stream PATH] [--openmc PATH] [--run COMMAND]
Usage: argonix shell TARGET [--argopkgs ARGOPKGS] [-v|--verbose] [--aml PATH]
[--libnrm PATH] [--nrm PATH] [--containers PATH]
[--argotk PATH] [--amg PATH] [--lammps PATH]
[--qmcpack PATH] [--stream PATH] [--openmc PATH]
[--run COMMAND]
Enter an argo-compatible nix-shell
Available options:
...
...
@@ -54,12 +54,6 @@ Available options:
--argopkgs ARGOPKGS Nix expression that produces the argopkgs source
path. (default: "<argopkgs>")
-v,--verbose Enable verbose mode
-a,--provision_apps Build and provision applications.
-r,--remote_build Build on the remote rather than locally.
--retreive RELATIVE_PATH File/Folder to retreive from the remote machine.
--retreiveAs LOCAL_PATH File/Folder to save retreived data as (locally).
--target_machine USER@HOST
Target machine. defaults to localhost via forking.
--aml PATH aml source folder override.
--libnrm PATH libnrm source folder override.
--nrm PATH nrm source folder override.
...
...
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