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_io
Commits
6142d941
Commit
6142d941
authored
Nov 15, 2021
by
incardon
Browse files
Fixing backend
parent
3ff4d2a1
Pipeline
#3840
passed with stages
in 1 minute and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
6142d941
...
...
@@ -77,7 +77,7 @@ sh ./autogen.sh
if
[
x
"
$hostname
"
==
x
"cifarm-mac-node.mpi-cbg.de"
]
;
then
sh ./configure
CXX
=
mpic++
--with-vcdevel
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/VCDEVEL
--with-libhilbert
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/LIBHILBERT
--with-hdf5
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/HDF5
--with-boost
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/BOOST
--with-pdata
=
../../openfpm_pdata/
--enable-cuda-on-cpu
else
sh ./configure
CXX
=
mpic++
--with-vcdevel
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/VCDEVEL
--with-libhilbert
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/LIBHILBERT
--with-hdf5
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/HDF5
--with-boost
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/BOOST
--with-pdata
=
../../openfpm_pdata/
--with-cuda-on-
c
ackend
=
OpenMP
sh ./configure
CXX
=
mpic++
--with-vcdevel
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/VCDEVEL
--with-libhilbert
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/LIBHILBERT
--with-hdf5
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/HDF5
--with-boost
=
$HOME
/openfpm_dependencies/openfpm_io/
$branch
/BOOST
--with-pdata
=
../../openfpm_pdata/
--with-cuda-on-
b
ackend
=
OpenMP
fi
make
VERBOSE
=
1
-j
4
...
...
install_CMAKE_on_CI.sh
0 → 100755
View file @
6142d941
#!/bin/bash
if
[
-d
"
$1
/CMAKE"
]
;
then
exit
0
fi
wget https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3.tar.gz
tar
-xvf
cmake-3.20.3.tar.gz
cd
cmake-3.20.3
./bootstrap
--prefix
=
$1
/CMAKE
make
make
install
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