export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/lheinz/Install/g_permute_dev/g_permute-1.1/lib/:/cm/local/apps/gcc/6.1.0/lib64/ # the last path is needed for libstdc++
# load MPI: module load intel-mpi/64/5.1.2/150
# this is where executable and libraries will go - we recommend to
# leave PREFIX unchanged
# in any case this must match the location where liblap was installed to
PREFIX= ../../g_permute-1.1
EXEC_PREFIX=$(PREFIX)
LIBDIR=$(EXEC_PREFIX)/lib
BINDIR=$(EXEC_PREFIX)/bin
# pointer to your Gromacs installation - adjust only if you did *NOT* use the installation script instGMX331.sh supplied with the distribution
#Makefile for g_permute; edit the variables according to your needs
SHELL=/bin/sh
# set LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/lheinz/Install/g_permute_dev/g_permute-1.1/lib/:/cm/local/apps/gcc/6.1.0/lib64/ # the last path is needed for libstdc++
# load MPI: module load intel-mpi/64/5.1.2/150
# this is where executable and libraries will go - we recommend to
# leave PREFIX unchanged
# in any case this must match the location where liblap was installed to
PREFIX = ../../g_permute-1.1
EXEC_PREFIX = $(PREFIX)
BINDIR = $(EXEC_PREFIX)/bin
# pointer to your Gromacs installation - adjust only if you did *NOT* use the installation script instGMX331.sh supplied with the distribution