Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argotk
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
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
argotk
Commits
b5ce111d
Commit
b5ce111d
authored
Feb 01, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds tmuxinator file.
parent
f56272d2
Pipeline
#5059
passed with stage
in 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
.tmuxinator.yml
.tmuxinator.yml
+16
-0
src/argotk.hs
src/argotk.hs
+3
-3
No files found.
.tmuxinator.yml
0 → 100644
View file @
b5ce111d
# ~/.tmuxinator/sample.yml
name
:
argotk
#root: ./.
windows
:
-
editor
:
layout
:
even-horizontal
panes
:
-
-
ghcid
-
git
:
layout
:
even-horizontal
panes
:
-
trackit -t . -c "git log --graph --all --color --oneline --decorate"
-
trackit -t . -c "git status"
src/argotk.hs
View file @
b5ce111d
...
...
@@ -213,13 +213,13 @@ configureTest = \case
{
stackArgsUpdate
=
\
sa
->
sa
{
app
=
(
AppName
"mpirun"
)
,
args
=
let
(
ManifestDir
d
)
=
manifestDir
sa
Right
p
=
toText
(
d
</>
"in.lj"
)
let
(
ManifestDir
d
irn
)
=
manifestDir
sa
Right
inpath
=
toText
(
dirn
</>
"in.lj"
)
in
[
AppArg
"-n"
,
AppArg
"24"
,
AppArg
"lmp_serial"
,
AppArg
"-i"
,
AppArg
$
p
,
AppArg
inpath
]
,
manifestName
=
"parallel.json"
,
daemon
=
daemonBehavior
...
...
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