Compiling DL_POLY 4.* on ARCHER Phase 1
These are instructions for compiling DL_POLY 4.* on ARCHER (Cray XC30, Ivy Bridge processors).
These instructions assume that you have unpacked the DL_POLY source distribution to a directory pointed to by $DLPOLY_TOP.
Copy the Makefile to the source directory.
cd $DLPOLY_TOP/source cp ../build/Makefile_MPI Makefile
Compile the code using the Cray compiling suite (default compiling suite on ARCHER):
make archer-cray
This should place the DL_POLY executable (DLPOLY.Z) in $DLPOLY_TOP/execute.
Makefile build configuration
Recent DL_POLY distributions should have a Makefile containing the build configuration for ARCHER. If this is missing, the configuration used for the central build is:
archer-cray: $(MAKE) LD="ftn -o" \ LDFLAGS="-O3 -en" \ FC="ftn -c" \ FCFLAGS="-O3 -en" \ EX=$(EX) BINROOT=$(BINROOT) $(TYPE)