X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1264d2c123d6828e4f628cfbf50447f3522ec5c4..62ab7fd2280a35af7c36f602852bc53fc0a56093:/examples/smpi/NAS/config/make.def diff --git a/examples/smpi/NAS/config/make.def b/examples/smpi/NAS/config/make.def deleted file mode 100644 index ad8f454a91..0000000000 --- a/examples/smpi/NAS/config/make.def +++ /dev/null @@ -1,73 +0,0 @@ -#--------------------------------------------------------------------------- -# -# SITE- AND/OR PLATFORM-SPECIFIC DEFINITIONS. -# -#--------------------------------------------------------------------------- - -#--------------------------------------------------------------------------- -# Items in this file will need to be changed for each platform. -#--------------------------------------------------------------------------- - -#--------------------------------------------------------------------------- -# Parallel C: -# -# MPICC - C compiler -# CFLAGS - C compilation arguments -# CMPI_INC - any -I arguments required for compiling MPI/C -# CLINK - C linker -# CLINKFLAGS - C linker flags -# CMPI_LIB - any -L and -l arguments required for linking MPI/C -# -# compilations are done with $(MPICC) $(CMPI_INC) $(CFLAGS) or -# $(MPICC) $(CFLAGS) -# linking is done with $(CLINK) $(CMPI_LIB) $(CLINKFLAGS) -#--------------------------------------------------------------------------- - -#--------------------------------------------------------------------------- -# This is the C compiler used for MPI programs -#--------------------------------------------------------------------------- -MPICC = smpicc -# This links MPI C programs; usually the same as ${MPICC} -CLINK = $(MPICC) - -#--------------------------------------------------------------------------- -# These macros are passed to the linker to help link with MPI correctly -#--------------------------------------------------------------------------- -CMPI_LIB = - -#--------------------------------------------------------------------------- -# These macros are passed to the compiler to help find 'mpi.h' -#--------------------------------------------------------------------------- -CMPI_INC = - -#--------------------------------------------------------------------------- -# Global *compile time* flags for C programs -#--------------------------------------------------------------------------- -CFLAGS = -O2 - -#--------------------------------------------------------------------------- -# Global *link time* flags. Flags for increasing maximum executable -# size usually go here. -#--------------------------------------------------------------------------- -CLINKFLAGS = -O2 - -#--------------------------------------------------------------------------- -# Utilities C: -# -# This is the C compiler used to compile C utilities. Flags required by -# this compiler go here also; typically there are few flags required; hence -# there are no separate macros provided for such flags. -#--------------------------------------------------------------------------- -CC = gcc -g - -#--------------------------------------------------------------------------- -# Destination of executables, relative to subdirs of the main directory. . -#--------------------------------------------------------------------------- -BINDIR = ../bin - -#--------------------------------------------------------------------------- -# The variable RAND controls which random number generator -# is used. It is described in detail in README.install. -# Use "randi8" unless there is a reason to use another one. -#--------------------------------------------------------------------------- -RAND = randi8