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
sds
ssg
Commits
2839fcaa
Commit
2839fcaa
authored
Oct 04, 2016
by
Shane Snyder
Browse files
fix typos in 2 example scripts
parent
f3dd5b9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/run-example-conf.sh
View file @
2839fcaa
...
...
@@ -16,7 +16,7 @@ for pid in ${pids[@]} ; do
else
wait
$pid
err
=
$?
if
[[
$err
!=
0
]]
then
if
[[
$err
!=
0
]]
;
then
echo
"ERROR (code
$err
), killing remaining"
fi
fi
...
...
examples/run-example-mpi.sh
View file @
2839fcaa
#!/bin/bash
# run me from the top-level build dir
mpirun
-np
3 examples/ssg-example
-s
0 cci+sm
://localhost:3344
mpi
mpirun
-np
3 examples/ssg-example
-s
0 cci+sm mpi
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