Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to activate coverity for simgrid
[simgrid.git] / examples / smpi / NAS / config / NAS.samples / make.def.sp2_babbage
1 #This is for the IBM SP2 at Ames; mrf77 and mrcc are local scripts
2 MPIF77     = mrf77
3 FLINK      = mrf77
4 FFLAGS     = -O3 
5 FLINKFLAGS = -bmaxdata:0x60000000
6
7 MPICC      = mrcc
8 CLINK      = mrcc
9 CFLAGS     = -O3 
10 CLINKFLAGS = -bmaxdata:0x60000000
11
12 CC         = cc -g
13
14 BINDIR     = ../bin
15
16 RAND       = randi8
17