ARCHER logo ARCHER banner

The ARCHER Service is now closed and has been superseded by ARCHER2.

  • ARCHER homepage
  • About ARCHER
    • About ARCHER
    • News & Events
    • Calendar
    • Blog Articles
    • Hardware
    • Software
    • Service Policies
    • Service Reports
    • Partners
    • People
    • Media Gallery
  • Get Access
    • Getting Access
    • TA Form and Notes
    • kAU Calculator
    • Cost of Access
  • User Support
    • User Support
    • Helpdesk
    • Frequently Asked Questions
    • ARCHER App
  • Documentation
    • User Guides & Documentation
    • Essential Skills
    • Quick Start Guide
    • ARCHER User Guide
    • ARCHER Best Practice Guide
    • Scientific Software Packages
    • UK Research Data Facility Guide
    • Knights Landing Guide
    • Data Management Guide
    • SAFE User Guide
    • ARCHER Troubleshooting Guide
    • ARCHER White Papers
    • Screencast Videos
  • Service Status
    • Detailed Service Status
    • Maintenance
  • Training
    • Upcoming Courses
    • Online Training
    • Driving Test
    • Course Registration
    • Course Descriptions
    • Virtual Tutorials and Webinars
    • Locations
    • Training personnel
    • Past Course Materials Repository
    • Feedback
  • Community
    • ARCHER Community
    • ARCHER Benchmarks
    • ARCHER KNL Performance Reports
    • Cray CoE for ARCHER
    • Embedded CSE
    • ARCHER Champions
    • ARCHER Scientific Consortia
    • HPC Scientific Advisory Committee
    • ARCHER for Early Career Researchers
  • Industry
    • Information for Industry
  • Outreach
    • Outreach (on EPCC Website)

You are here:

  • ARCHER
  • User Guides & Documentation
  • Essential Skills
  • Quick Start Guide
  • ARCHER User Guide
  • ARCHER Best Practice Guide
  • Scientific Software Packages
  • UK Research Data Facility Guide
  • Knights Landing Guide
  • Data Management Guide
  • SAFE User Guide
  • ARCHER Troubleshooting Guide
  • ARCHER White Papers
  • Screencast Videos

Contact Us

support@archer.ac.uk

Twitter Feed

Tweets by @ARCHER_HPC

ISO 9001 Certified

ISO 27001 Certified

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)

Copyright © Design and Content 2013-2019 EPCC. All rights reserved.

EPSRC NERC EPCC