Warning: This page uses Cascading Style Sheets. We recommend you upgrade to a current version of your favourite browser.

cposs logo

Control and Prediction of the Organic Solid State

CPOSS Home

Project Background

Project publications

Other project publicity

DMACRYS

The Computational Database

The Experimental Database

Personnel

PDRA & PhD Opportunities

UCL Home

UCL Chemistry Home

 

System requirements (Owners list of approved equipment)

DMAREL and DMACRYS have been tested on the following hardware and software and this represents our approved list.

Intel xeon x86_64 processor running Linux operating system version 2.6.11 using ifort FORTRAN compiler version 8.1.

Other hardware/software combinations have been used successfully and there is no reason why the codes should not run on other systems.

Compiler issues

The makefile distributed with the bundle is set only to work with the ifrot compiler.  To make it work with gfortran, change the top of the makefile (for both NEIGHCRYS and DMACRYS) to:

VERSION_STRING=`grep Version= maurice.f90 | cut -f2 -d= | tr -d \"`
FC=gfortran
# Select compiler here! Either ifort, gfortran or pgf90
fflags0="-g -check -Wall -fbounds-check"
fflags3="-O3 -static"

ifeq ($(FC),ifort)
 fflags0="-g -check -traceback"
 fflags3="-O3"
endif

ifeq ($(FC),gfortran)
 fflags0="-g -fbacktrace -fcheck=all"
 fflags3="-O3"
endif

The old g95 compiler is no longer supported, so we don't recommend its use.

Enter secure pages (For project members only - password required)

© UCL Chemistry Department 2004. This page was last updated on 20 June, 2018. If you have any problems with this page please email the WebMaster