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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
0bab8118
Commit
0bab8118
authored
Aug 04, 2017
by
incardon
Browse files
Debugging
parent
1d2bdc17
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
0bab8118
...
...
@@ -6,6 +6,8 @@ echo "Directory: $1"
echo
"Machine:
$2
"
echo
"Branch name:
$5
"
echo
"AHHHHHHHHHH:
$(
which mpirun
)
"
if
[
x
"
$5
"
==
x
""
]
;
then
branch
=
$(
git ls-remote
--heads
origin |
grep
$(
git rev-parse HEAD
)
|
cut
-d
/
-f
3
)
else
...
...
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