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
734b5fde
Commit
734b5fde
authored
Feb 05, 2016
by
incardon
Browse files
Adding missing files
parent
5078af97
Changes
1
Show whitespace changes
Inline
Side-by-side
script/detect_fortran
0 → 100755
View file @
734b5fde
#! /bin/bash
function
detect_fortran
()
{
command
-v
$1
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
dgc_ret
=
0
return
fi
echo
-e
"
$1
\0
33[92;1m SUCCESS
\0
33[0m"
dgc_ret
=
1
}
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