- tie the MPI rules to the base compiler type *without* its version. Eg, linux64Gcc (which exists) instead of linux64Gcc81
12 lines
445 B
Makefile
12 lines
445 B
Makefile
#-------------------------------*- makefile -*---------------------------------
|
|
# ADIOS includes/libraries
|
|
|
|
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
|
|
sinclude $(DEFAULT_RULES)/mplib$(WM_MPLIB)
|
|
|
|
# Obtain compile/link flags via adios_config
|
|
ADIOS_INC := $(shell $(ADIOS_ARCH_PATH)/bin/adios_config -c)
|
|
ADIOS_LIBS := $(shell $(ADIOS_ARCH_PATH)/bin/adios_config -l)
|
|
|
|
#------------------------------------------------------------------------------
|