Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argupta
openfpm_pdata
Commits
5b388bce
Commit
5b388bce
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Disable broken package in trilinos
parent
84f0bedc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
script/install_PETSC.sh
+3
-1
3 additions, 1 deletion
script/install_PETSC.sh
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
with
5 additions
and
3 deletions
openfpm_numerics
@
6abb6a87
Subproject commit
a0ec2f25ea9ba93321fe3dfb53d1c3d300ce4997
Subproject commit
6abb6a8728a2f370c92dda5baacb105aace22504
This diff is collapsed.
Click to expand it.
script/install_PETSC.sh
+
3
−
1
View file @
5b388bce
...
...
@@ -110,8 +110,10 @@ if [ ! -d "$1/TRILINOS" ]; then
### On clang we have no openMP
petsc_openmp
=
""
if
[
x
"
$
dgc_compiler
"
==
x
"clang++"
]
;
then
if
[
x
"
$
3
"
==
x
"clang++"
]
;
then
conf_trl_openmp
=
"-D Trilinos_ENABLE_OpenMP=OFF"
elif
[
x
"
$3
"
==
x
"icpc"
]
;
then
configure_trilinos_options
=
"
$configure_trilinos_options
-D Trilinos_ENABLE_Xpetra=OFF -D Trilinos_ENABLE_Amesos2=OFF -D Trilinos_ENABLE_ifpack2=OFF"
else
conf_trl_openmp
=
"-D Trilinos_ENABLE_OpenMP=ON"
# petsc_openmp="--with-openmp=yes"
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
1
View file @
5b388bce
LINKLIBS
=
$(
OPENMP_LDFLAGS
)
$(
LIBHILBERT_LIB
)
$(
METIS_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
CUDA_LIBS
)
$(
PETSC_LIB
)
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
$(
PARMETIS_LIB
)
$(
BOOST_UNIT_TEST_FRAMEWORK_LIB
)
$(
BOOST_CHRONO_LIB
)
$(
BOOST_TIMER_LIB
)
$(
BOOST_SYSTEM_LIB
)
LINKLIBS
=
$(
OPENMP_LDFLAGS
)
$(
LIBHILBERT_LIB
)
$(
METIS_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
CUDA_LIBS
)
$(
PETSC_LIB
)
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
$(
PARMETIS_LIB
)
$(
BOOST_UNIT_TEST_FRAMEWORK_LIB
)
$(
BOOST_CHRONO_LIB
)
$(
BOOST_TIMER_LIB
)
$(
BOOST_SYSTEM_LIB
)
$(
LIBIFCORE
)
noinst_PROGRAMS
=
pdata
pdata_SOURCES
=
main.cpp Grid/grid_dist_id_unit_test.cpp lib/pdata.cpp test_multiple_o.cpp ../openfpm_devices/src/memory/HeapMemory.cpp ../openfpm_devices/src/memory/PtrMemory.cpp ../openfpm_vcluster/src/VCluster.cpp ../openfpm_devices/src/Memleak_check.cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment