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
ebca52c2
Commit
ebca52c2
authored
Feb 20, 2018
by
incardon
Browse files
Fixing installation
parent
d628072b
Changes
2
Hide whitespace changes
Inline
Side-by-side
example/Vector/0_simple/main.cpp
View file @
ebca52c2
...
...
@@ -14,6 +14,7 @@
* \subpage Vector_6_complex_usage
* \subpage Vector_7_sph_dlb
* \subpage Vector_7_sph_dlb_opt
* \subpage Vector_8_DEM
*
*/
...
...
install
View file @
ebca52c2
...
...
@@ -438,9 +438,9 @@ echo -e "\033[1m ./configure $options $configure_options \033[0m "
echo
""
if
[
x
"
$platform
"
=
x
"linux"
]
;
then
bash_library
=
"export LD_LIBRARY_PATH=
\"\$
LD_LIBRARY_PATH"
bash_library
=
"export LD_LIBRARY_PATH=
\"\$
LD_LIBRARY_PATH
:/
$install_base
/openfpm_devices/lib:/
$install_base
/openfpm_vcluster/lib
"
else
bash_library
=
"export DYLD_LIBRARY_PATH=
\"\$
DYLD_LIBRARY_PATH"
bash_library
=
"export DYLD_LIBRARY_PATH=
\"\$
DYLD_LIBRARY_PATH
:/
$install_base
/openfpm_devices/lib:/
$install_base
/openfpm_vcluster/lib
"
fi
bash_path
=
"export PATH=
\"
"
...
...
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