Home
last modified time | relevance | path

Searched refs:MPI_INC_DIR (Results 1 – 25 of 28) sorted by relevance

12

/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/
H A Dconfigure.in24 [-mpiinc MPI_INC_DIR -mpilib MPI_LIB]
31 MPI_INC_DIR = the MPI include directory
157 MPI_INC_DIR=$arg
217 if test "$MPI_LIB" -a "$MPI_INC_DIR" ; then
218 if test ! -d "$MPI_INC_DIR" ; then
222 if test ! -f "$MPI_INC_DIR/mpi.h" ; then
223 print_error "Couldn't find $MPI_INC_DIR/mpi.h!"
456 ln -s $MPI_INC_DIR/mpif.h ./examples/fortran/mpif.h
457 ln -s $MPI_INC_DIR/mpif.h ./examples/mgh/mpif.h
458 ln -s $MPI_INC_DIR/mpif.h ./test/mpif.h
[all …]
H A Dconfigure24 -mpiinc MPI_INC_DIR -mpilib MPI_LIB
31 MPI_INC_DIR = the MPI include directory
233 MPI_INC_DIR=""
286 MPI_INC_DIR=$arg
346 if test "$MPI_LIB" -a "$MPI_INC_DIR" ; then
347 if test ! -d "$MPI_INC_DIR" ; then
351 if test ! -f "$MPI_INC_DIR/mpi.h" ; then
352 print_error "Couldn't find $MPI_INC_DIR/mpi.h!"
651 ln -s $MPI_INC_DIR/mpif.h ./examples/mgh/mpif.h
652 ln -s $MPI_INC_DIR/mpif.h ./test/mpif.h
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/templates/
H A Dmakefile_parallel_F77_ex.in36 MPI_INC_DIR = @MPI_INC_DIR@
42 TMP_INCS = ${includedir} ${MPI_INC_DIR}
54 ${MPIF77} ${FFLAGS} ${MPI_FLAGS} -I${MPI_INC_DIR} ${INCLUDES} -c $<
H A Dmakefile_parallel_F90_ex.in36 MPI_INC_DIR = @MPI_INC_DIR@
41 TMP_INCS = ${includedir} ${MPI_INC_DIR}
53 ${MPIF90} ${F90FLAGS} ${MPI_FLAGS} -I${MPI_INC_DIR} ${INCLUDES} -c $<
H A Dmakefile_parallel_CXX_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
44 TMP_INCS = ${includedir} ${MPI_INC_DIR}
H A Dmakefile_parallel_C_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
44 TMP_INCS = ${includedir} ${MPI_INC_DIR}
H A Dmakefile_petsc_C_ex.in40 MPI_INC_DIR = @MPI_INC_DIR@
52 TMP_INCS = ${includedir} ${MPI_INC_DIR} ${INCLUDES_PETSC}
H A Dmakefile_parhyp_CXX_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
50 TMP_INCS = ${includedir} ${MPI_INC_DIR} ${INCLUDES_HYPRE}
H A Dmakefile_parhyp_C_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
50 TMP_INCS = ${includedir} ${MPI_INC_DIR} ${INCLUDES_HYPRE}
H A Dmakefile_parallel_CUDA_ex.in35 MPI_INC_DIR = @MPI_CXX_INCLUDE_PATH@
42 TMP_INCS = ${includedir} ${MPI_INC_DIR}
H A Dmakefile_parallel_RAJA_ex.in35 MPI_INC_DIR = @MPI_CXX_INCLUDE_PATH@
46 TMP_INCS = ${includedir} ${RAJA_INC_DIR} ${MPI_INC_DIR}
/dports/math/sundials/sundials-5.7.0/examples/templates/
H A Dmakefile_parallel_F90_ex.in36 MPI_INC_DIR = @MPI_INC_DIR@
41 TMP_INCS = ${includedir} ${MPI_INC_DIR}
53 ${MPIF90} ${F90FLAGS} ${MPI_FLAGS} -I${MPI_INC_DIR} ${INCLUDES} -c $<
H A Dmakefile_parallel_F77_ex.in36 MPI_INC_DIR = @MPI_INC_DIR@
42 TMP_INCS = ${includedir} ${MPI_INC_DIR}
54 ${MPIF77} ${FFLAGS} ${MPI_FLAGS} -I${MPI_INC_DIR} ${INCLUDES} -c $<
H A Dmakefile_parallel_CXX_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
44 TMP_INCS = ${includedir} ${MPI_INC_DIR}
H A Dmakefile_parallel_C_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
44 TMP_INCS = ${includedir} ${MPI_INC_DIR}
H A Dmakefile_parhyp_CXX_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
50 TMP_INCS = ${includedir} ${MPI_INC_DIR} ${INCLUDES_HYPRE}
H A Dmakefile_parhyp_C_ex.in39 MPI_INC_DIR = @MPI_INC_DIR@
50 TMP_INCS = ${includedir} ${MPI_INC_DIR} ${INCLUDES_HYPRE}
H A Dmakefile_petsc_C_ex.in40 MPI_INC_DIR = @MPI_INC_DIR@
52 TMP_INCS = ${includedir} ${MPI_INC_DIR} ${INCLUDES_PETSC}
H A Dmakefile_parallel_CUDA_ex.in35 MPI_INC_DIR = @MPI_CXX_INCLUDE_PATH@
42 TMP_INCS = ${includedir} ${MPI_INC_DIR}
H A Dmakefile_parallel_RAJA_ex.in35 MPI_INC_DIR = @MPI_CXX_INCLUDE_PATH@
46 TMP_INCS = ${includedir} ${RAJA_INC_DIR} ${MPI_INC_DIR}
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/scotch/
H A DMakefile-scotch.inc14 CCD = @CC@ -I'@MPI_INC_DIR@'
30 CFLAGS = @CFLAGS@ -I'@MPI_INC_DIR@' $(FFINTSCOTCH) -Drestrict=__restrict $(CFLAGSSTD)
32 CFLAGS = @CFLAGS@ -I'@MPI_INC_DIR@' $(FFINTSCOTCH) -Drestrict=__restrict $(CFLAGSWIN)
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/ff-petsc/
H A DMakefile-PETSc.inc26 MPI_INC_DIR=@MPI_INC_DIR@
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/parmetis/
H A DMakefile-parmetis.in14 COPTIONS = -DHAVE_CONFIG_H -I. -I../../../.. -I'@MPI_INC_DIR@' @FFMETIS_CFLAGS@ #-D_MSC_VER
/dports/math/freefem++/FreeFem-sources-4.6/etc/config/m4/
H A Dtags.rOZFHw23 MPI_INC_DIR acmpi.m4 /^ AC_SUBST(MPI_INC_DIR,$ff_MPI_INCLUDE_DIR) $/;" s
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/scalapack/
H A DSLmake-scalapack.inc36 CCFLAGS = -O3 -Wreturn-type @CFLAGS@ -I'@MPI_INC_DIR@' @CNOFLAGS@

12