# vsl176.cvos.cluster.conf # # Sintef Linux Cluster # # $Id$ %include compilers/PGI_MPI %include hosts/sintef/PGI-optimize %section Makefile # # Set options for Fortran compiler # FFLAGS += -I/cvos/shared/apps/mvapich/pgi/1.2rc2/include/ # # Linker flags # LD_MPI = -L/cvos/shared/apps/mvapich/pgi/1.2rc2/lib LD_MPI += -lmpich LD_MPI += -L/cvos/shared/apps/ofed/1.3.1/lib64/ LD_MPI += -libumad LD_MPI += -libverbs LD_MPI += -lrdmacm # # Redundant flags # FFLAGS += -Mrecursive -O4 # FFLAGS += -C -O0 -Mchkfpstk -Mchkptr -Mchkstk -Mpgicoff -Mbounds # FFLAGS += -fpic # FFLAGS += -mcmodel=medium %endsection Makefile %section runtime mpiexec = mpirun_rsh # mpirunops2 = -hostfile $PBS_NODEFILE # wd: mpirunops2 is ignored # wd: should this be in mpiexec_opts? mpiexec_opts = extra_opts = -hostfile $PBS_NODEFILE # mpiexec = mpiexec # mpiexec_opts = # options before `-n $ncpus' %endsection runtime # End of file