Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
argopkgs
Commits
5fd19481
Commit
5fd19481
authored
Jun 12, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Structure refactor
parent
5786cc19
Pipeline
#7690
failed with stages
in 1 minute and 28 seconds
Changes
32
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
13 additions
and
13 deletions
+13
-13
dhrun/all-tests.dh
dhrun/all-tests.dh
+4
-4
dhrun/argolib/basicCommand.dh
dhrun/argolib/basicCommand.dh
+2
-2
dhrun/argolib/listen.dh
dhrun/argolib/listen.dh
+2
-2
dhrun/argolib/nrmd.dh
dhrun/argolib/nrmd.dh
+2
-2
dhrun/argolib/package.dh
dhrun/argolib/package.dh
+0
-0
dhrun/argolib/run.dh
dhrun/argolib/run.dh
+2
-2
dhrun/argolib/types.dh
dhrun/argolib/types.dh
+1
-1
dhrun/dhrunlib/Check/Check.dh
dhrun/dhrunlib/Check/Check.dh
+0
-0
dhrun/dhrunlib/Check/empty.dh
dhrun/dhrunlib/Check/empty.dh
+0
-0
dhrun/dhrunlib/Cmd/Cmd.dh
dhrun/dhrunlib/Cmd/Cmd.dh
+0
-0
dhrun/dhrunlib/Cmd/empty.dh
dhrun/dhrunlib/Cmd/empty.dh
+0
-0
dhrun/dhrunlib/Config/Config.dh
dhrun/dhrunlib/Config/Config.dh
+0
-0
dhrun/dhrunlib/EnvVar/EnvVar.dh
dhrun/dhrunlib/EnvVar/EnvVar.dh
+0
-0
dhrun/dhrunlib/EnvVar/empty.dh
dhrun/dhrunlib/EnvVar/empty.dh
+0
-0
dhrun/dhrunlib/FileCheck/FileCheck.dh
dhrun/dhrunlib/FileCheck/FileCheck.dh
+0
-0
dhrun/dhrunlib/Verbosity/Normal.dh
dhrun/dhrunlib/Verbosity/Normal.dh
+0
-0
dhrun/dhrunlib/Verbosity/Verbose.dh
dhrun/dhrunlib/Verbosity/Verbose.dh
+0
-0
dhrun/dhrunlib/Verbosity/Verbosity.dh
dhrun/dhrunlib/Verbosity/Verbosity.dh
+0
-0
dhrun/dhrunlib/package.dh
dhrun/dhrunlib/package.dh
+0
-0
dhrun/dhrunlib/types.dh
dhrun/dhrunlib/types.dh
+0
-0
dhrun/test_assets/H.BFD.xml
dhrun/test_assets/H.BFD.xml
+0
-0
dhrun/test_assets/H2O.HF.wfs.xml
dhrun/test_assets/H2O.HF.wfs.xml
+0
-0
dhrun/test_assets/O.BFD.xml
dhrun/test_assets/O.BFD.xml
+0
-0
dhrun/test_assets/in.lj
dhrun/test_assets/in.lj
+0
-0
dhrun/test_assets/modified.lj
dhrun/test_assets/modified.lj
+0
-0
dhrun/test_assets/openmc/assembly.tar.gz
dhrun/test_assets/openmc/assembly.tar.gz
+0
-0
dhrun/test_assets/openmc/geometry.xml
dhrun/test_assets/openmc/geometry.xml
+0
-0
dhrun/test_assets/openmc/materials.xml
dhrun/test_assets/openmc/materials.xml
+0
-0
dhrun/test_assets/openmc/plots.xml
dhrun/test_assets/openmc/plots.xml
+0
-0
dhrun/test_assets/openmc/settings.xml
dhrun/test_assets/openmc/settings.xml
+0
-0
dhrun/test_assets/openmc/tallies.xml
dhrun/test_assets/openmc/tallies.xml
+0
-0
dhrun/test_assets/simple-H2O.xml
dhrun/test_assets/simple-H2O.xml
+0
-0
No files found.
dhrun/all-tests.dh
View file @
5fd19481
λ(dataDir : Text)
→ λ(manifestDir : Text)
→ λ(isTest : Bool)
→ let assetDir = dataDir ++ "assets/"
→ let assetDir = dataDir ++ "
test_
assets/"
let types = ./
resources
/types.dh
let types = ./
dhrunlib
/types.dh
let argotypes = ./argo/types.dh
let argotypes = ./argo
lib
/types.dh
let argo = ./argo/package.dh
let argo = ./argo
lib
/package.dh
let message = "HelloWorld"
...
...
dhrun/argo/basicCommand.dh
→
dhrun/argo
lib
/basicCommand.dh
View file @
5fd19481
let values = ../
resources
/package.dh
let values = ../
dhrunlib
/package.dh
let types = ../
resources
/types.dh
let types = ../
dhrunlib
/types.dh
in λ ( args
: { name :
...
...
dhrun/argo/listen.dh
→
dhrun/argo
lib
/listen.dh
View file @
5fd19481
let values = ../
resources
/package.dh
let values = ../
dhrunlib
/package.dh
let types = ../
resources
/types.dh
let types = ../
dhrunlib
/types.dh
let argotypes = ./types.dh
...
...
dhrun/argo/nrmd.dh
→
dhrun/argo
lib
/nrmd.dh
View file @
5fd19481
let values = ../
resources
/package.dh
let values = ../
dhrunlib
/package.dh
let types = ../
resources
/types.dh
let types = ../
dhrunlib
/types.dh
let argotypes = ./types.dh
...
...
dhrun/argo/package.dh
→
dhrun/argo
lib
/package.dh
View file @
5fd19481
File moved
dhrun/argo/run.dh
→
dhrun/argo
lib
/run.dh
View file @
5fd19481
let values = ../
resources
/package.dh
let values = ../
dhrunlib
/package.dh
let types = ../
resources
/types.dh
let types = ../
dhrunlib
/types.dh
let argotypes = ./types.dh
...
...
dhrun/argo/types.dh
→
dhrun/argo
lib
/types.dh
View file @
5fd19481
let types = ../
resources
/types.dh
let types = ../
dhrunlib
/types.dh
let Powercap = < Cap : Text | NoCap : {} >
...
...
dhrun/
resources
/Check/Check.dh
→
dhrun/
dhrunlib
/Check/Check.dh
View file @
5fd19481
File moved
dhrun/
resources
/Check/empty.dh
→
dhrun/
dhrunlib
/Check/empty.dh
View file @
5fd19481
File moved
dhrun/
resources
/Cmd/Cmd.dh
→
dhrun/
dhrunlib
/Cmd/Cmd.dh
View file @
5fd19481
File moved
dhrun/
resources
/Cmd/empty.dh
→
dhrun/
dhrunlib
/Cmd/empty.dh
View file @
5fd19481
File moved
dhrun/
resources
/Config/Config.dh
→
dhrun/
dhrunlib
/Config/Config.dh
View file @
5fd19481
File moved
dhrun/
resources
/EnvVar/EnvVar.dh
→
dhrun/
dhrunlib
/EnvVar/EnvVar.dh
View file @
5fd19481
File moved
dhrun/
resources
/EnvVar/empty.dh
→
dhrun/
dhrunlib
/EnvVar/empty.dh
View file @
5fd19481
File moved
dhrun/
resources
/FileCheck/FileCheck.dh
→
dhrun/
dhrunlib
/FileCheck/FileCheck.dh
View file @
5fd19481
File moved
dhrun/
resources
/Verbosity/Normal.dh
→
dhrun/
dhrunlib
/Verbosity/Normal.dh
View file @
5fd19481
File moved
dhrun/
resources
/Verbosity/Verbose.dh
→
dhrun/
dhrunlib
/Verbosity/Verbose.dh
View file @
5fd19481
File moved
dhrun/
resources
/Verbosity/Verbosity.dh
→
dhrun/
dhrunlib
/Verbosity/Verbosity.dh
View file @
5fd19481
File moved
dhrun/
resources
/package.dh
→
dhrun/
dhrunlib
/package.dh
View file @
5fd19481
File moved
dhrun/
resources
/types.dh
→
dhrun/
dhrunlib
/types.dh
View file @
5fd19481
File moved
dhrun/assets/H.BFD.xml
→
dhrun/
test_
assets/H.BFD.xml
View file @
5fd19481
File moved
dhrun/assets/H2O.HF.wfs.xml
→
dhrun/
test_
assets/H2O.HF.wfs.xml
View file @
5fd19481
File moved
dhrun/assets/O.BFD.xml
→
dhrun/
test_
assets/O.BFD.xml
View file @
5fd19481
File moved
dhrun/assets/in.lj
→
dhrun/
test_
assets/in.lj
View file @
5fd19481
File moved
dhrun/assets/modified.lj
→
dhrun/
test_
assets/modified.lj
View file @
5fd19481
File moved
dhrun/assets/openmc/assembly.tar.gz
→
dhrun/
test_
assets/openmc/assembly.tar.gz
View file @
5fd19481
File moved
dhrun/assets/openmc/geometry.xml
→
dhrun/
test_
assets/openmc/geometry.xml
View file @
5fd19481
File moved
dhrun/assets/openmc/materials.xml
→
dhrun/
test_
assets/openmc/materials.xml
View file @
5fd19481
File moved
dhrun/assets/openmc/plots.xml
→
dhrun/
test_
assets/openmc/plots.xml
View file @
5fd19481
File moved
dhrun/assets/openmc/settings.xml
→
dhrun/
test_
assets/openmc/settings.xml
View file @
5fd19481
File moved
dhrun/assets/openmc/tallies.xml
→
dhrun/
test_
assets/openmc/tallies.xml
View file @
5fd19481
File moved
dhrun/assets/simple-H2O.xml
→
dhrun/
test_
assets/simple-H2O.xml
View file @
5fd19481
File moved
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