# The old Sintef Linux Cluster # # $Id$ %include compilers/Intel_MPI %section Makefile FFLAGS = -I./ -D_REENTRANT -I/opt/scali/include LD_MPI= -L/opt/scali/lib -lfmpi -lmpi -lpthread %endsection Makefile %section runtime mpiexec = mpirun mpiexec_opts = -machinefile machines.txt # options before '-n $ncpus' %endsection runtime