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
8aca8f78
Commit
8aca8f78
authored
Oct 20, 2015
by
incardon
Browse files
Fixing install script
parent
88dee2bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
8aca8f78
...
...
@@ -197,8 +197,8 @@ fi
### Create example.mk
install_base
=
$(
cat
install_dir
)
echo
"INCLUDE_PATH=-I. -I
$install_base
/openfpm_pdata/include/config -I
$install_base
/openfpm_pdata/include -I
$install_base
/openfpm_data/include -I
$install_base
/openfpm_vcluster/include -I
$install_base
/openfpm_io/include -I
$install_base
/openfpm_devices/include -I
$i_dir
/METIS/include"
>
example.mk
echo
"LIBS_PATH=-L
$install_base
/openfpm_devices/lib -L
$install_base
/openfpm_vcluster/lib -L
$i_dir
/METIS/lib "
>>
example.mk
echo
"INCLUDE_PATH=-I. -I
$install_base
/openfpm_pdata/include/config -I
$install_base
/openfpm_pdata/include -I
$install_base
/openfpm_data/include -I
$install_base
/openfpm_vcluster/include -I
$install_base
/openfpm_io/include -I
$install_base
/openfpm_devices/include -I
$i_dir
/METIS/include
-I
$i_dir
/BOOST/include
"
>
example.mk
echo
"LIBS_PATH=-L
$install_base
/openfpm_devices/lib -L
$install_base
/openfpm_vcluster/lib -L
$i_dir
/METIS/lib
-L
$i_dir
/BOOST/lib
"
>>
example.mk
echo
"LIBS=-lvcluster -lofpmmemory -lmetis -lboost_iostreams"
>>
example.mk
cp
example.mk src/example.mk
cp
example.mk example/example.mk
...
...
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