Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added our tweaked version of NAS benchmarks.
[simgrid.git] / examples / smpi / NAS / config / NAS.samples / make.def.origin
1 # This is for a an SGI Origin 2000 or 3000 with vendor MPI. The Fortran
2 # record length is specified, so it can be used for the I/O benchmark.
3 # as well
4 MPIF77   = f77 
5 FMPI_LIB = -lmpi
6 FLINK    = f77 -64
7 FFLAGS   = -O3 -64
8
9 MPICC    = cc
10 CMPI_LIB = -lmpi
11 CLINK    = cc
12 CFLAGS   = -O3 
13
14 CC       = cc -g
15 BINDIR   = ../bin
16
17 RAND   = randi8
18
19 CONVERTFLAG = -DFORTRAN_REC_SIZE=4
20