Skip to content

Commit 4a53e80

Browse files
committed
hashdist: Use 'gcc' and 'mpich' packages.
Signed-off-by: Matthew Emmett <[email protected]>
1 parent 52c37c1 commit 4a53e80

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

examples/advection_diffusion/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PFASST := $(abspath ../..)
2-
CXX := mpic++
32
STACK ?= $(PFASST)/stack
3+
CXX := $(STACK)/bin/mpic++
44
CXXFLAGS ?= -std=c++11 -I$(PFASST)/include -I$(STACK)/include -I$(STACK)/include/eigen3
55

66
LDFLAGS ?= -L$(STACK)/lib -Wl,-rpath=$(STACK)/lib -lboost_program_options -lfftw3

tests/Makefile.tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# settings
33
#
4-
CXX := mpic++
54
STACK ?= $(PFASST)/stack
5+
CXX := $(STACK)/bin/mpic++
66
CXXFLAGS ?= -std=c++11 -I$(PFASST)/include -I$(STACK)/include -I$(STACK)/include/eigen3
77

88
TESTLIBS += -pthread -lboost_program_options -L$(STACK)/lib -Wl,-rpath=$(STACK)/lib -lgmock

tools/hashdist/pfasst-stack.debian.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ parameters:
88
debug: false
99

1010
packages:
11+
gcc:
1112
mpi:
12-
use: host-mpi
13+
use: mpich
1314
fftw:
1415
eigen:
1516
gtest:

0 commit comments

Comments
 (0)