-
Notifications
You must be signed in to change notification settings - Fork 23
config mpi.sh
Donna Calhoun edited this page Aug 4, 2019
·
10 revisions
#!/usr/bin/env bash
../forestclaw/configure
--enable-mpi
--enable-clawpack
--without-blas
--enable-debug
CC=mpicxx
CFLAGS="-O2 -Wall"
CXX=mpicxx
CXXFLAGS="-O2 -Wall"
F77=gfortran
FC=gfortran
FFLAGS="-O2 -cpp"
--disable-shared
ForestClaw | Copyright (c) 2012-2022 Carsten Burstedde, Donna Calhoun