• Skip to Main Content
  • Go to the Website's Home
  • Go to Website News
  • Go to About this site
  • Skip to Audience Navigation Menu
  • About
    • Welcome to the College
    • Facts and Figures
    • Message from the Dean
    • Visit Us
    • College Administration
    • News Center
  • Research
    • Research Home
    • Departments
    • Centers & Labs
    • Faculty Directory
    • Opportunities for Undergraduates
  • Admissions
    • Undergraduate Admissions
    • Undergraduate Recruiting
    • Graduate Admissions
  • Academics
    • Departments
    • Undergraduate Programs and Degrees
    • Graduate Programs and Degrees
    • Course Guide/Bulletin
    • Teaching
    • Support Services
  • Departments
    • Aerospace Engineering
    • Atmospheric, Oceanic and Space Sciences
    • Biomedical Engineering
    • Chemical Engineering
    • Civil and Environmental Engineering
    • Electrical Engineering and Computer Science
    • Industrial and Operations Engineering
    • Interdisciplinary Professional Programs
    • Materials Science and Engineering
    • Mechanical Engineering
    • Naval Architecture and Marine Engineering
    • Nuclear Engineering and Radiological Sciences
  • Support the College
    • Giving
    • Involve Yourself
    • Corporate Relationships
  •   

College of Engineering

Center for Advanced Computing

  • Welcome
  • About
  • Getting Started
    • Getting Started
    • Learning About HPC
    • CAC Training Courses
  • Resources
    • Resources
    • Systems
    • Software
    • Storage
    • Networking
    • Visualization
    • Teragrid
  • Academics
  • Contact Us
  • Frequently Asked Questions
Follow Us On Twitter

Contact Information

[Contact] Center for Advanced Computing
College of Engineering
cac-support@umich.edu Link

Center for Advanced Computing  /  Resources  /  Software  /  Materials Studio Model

Materials Studio Model

Materials Studio Is available on the Linux clusters at the CAC as a solver only. Interactive use is not available, thus all inputs and analysis need to be done on a CAEN workstation.

Materials Studio at the CAC supports:

  • CASTEP
  • DMOL
  • Discover

If you know Materials Studio suppots another solver you would like to use contact us at cac-support@umich.edu and we will help add support for those solvers.

To use Materials Studio run:

module load msmodel

This will update your environment for using Materials Studio. A example PBS file for CASTEP follows:

#!/bin/sh
#PBS -N casteprun
#PBS -S /bin/sh
#PBS -l nodes=5:ppn=2,mem=1gb,walltime=100:00:00
#PBS -q route
#PBS -M uniquename@umich.edu
#PBS -m abe
#PBS -V

echo I ran on:
cat $PBS_NODEFILE

#move to inputs
cd ~/input/path/

#run helper script
msinit.sh -a CASTEP input.cell

#run CASTEP
mpirun -f APPFILE -- input
mpirun -f APPFILE -- input_DOS
mpirun -f APPFILE -- input_BandStr

To use DMOL with this in switch the following:

msinit.sh -a DMOL sample.input
mpirun -f APPFILE -- sample

 

Discover in MPI requires some additional options:

msinit.sh -a DISCOVERY sample.input
mpirun -f APPFILE -- sample -mpi

Discover also requires that the forcefield path be aboslute, the current value is printed when the module file is loaded as of version 4.4 the input file needs to be updated to look like:

begin forcefield =/usr/caen/matstudio-4.4/share/Discover/res/compass

 

NOTES

If a run fails make sure that in your mpirun lines that for CASTEP you leave the .cell off the end of the input name and the same for DMOL.

If you wish you can use local file system for CASTEP. For very large runs ware you are using a large amount of space for restart files you may use the local /tmp disk on the nodes. This should improve performance.
Example:

mkdir -p /tmp/$PBS_JOBID

#move to work directory
cd /tmp/$PBS_JOBID

#copyinputs
cp ~/inputs/* /tmp/$PBS_JOBID

#run helper
msinit.sh -a CASTEP input.cell

mpirun -f APPFILE -- input

#copy results back
mkdir -p ~/outputs/
#duplicate for other files needed
cp /tmp/$PBS_JOBID/*.castep ~/outputs/

#cleanup
rm -fr /tmp/$PBS_JOBID

 
If you have any questions contact us at cac-support@umich.edu. Also contact us for help getting currently unsupported Material Studio modules supported.
CSS 2.1 Valid
University of Michigan
  • Home
  • Contact Us
  • Site Map
  • Site Feedback
  • Accessibility
  • Emergency Procedures
  • Jump to top of the page
© 2009 College of Engineering, University of Michigan