User Tools

Site Tools


support:hpc:software:citcoms

Table of Contents

CitcomS

CitcomS is a finite element code designed to solve thermo-chemical convection problems relevant to Earth's mantle. Currently the installed version is 3.0.2.

Running

#!/bin/bash
#
#$ -cwd
#$ -j y
#$ -S /bin/bash
module load gcc openmpi petsc3 ccitcoms
mpirun CitcomSFull Ra2e5.cfg

Then change to your data directory and run the following command where N is the number of CPUs you want to use.

$ qsub -pe mpi N submit.sh

Build Notes

These are the steps we took to install the software.

$ module load citcoms-3.0.02
$ tar xvzf CitcomS-3.0.2.tar.gz 
$ cd CitcomS-3.0.2
$ ./configure --without-pyre --prefix=/share/apps/citcoms-3.0.2/
$ make
$ make install
support/hpc/software/citcoms.txt · Last modified: 2012/02/03 17:55 by bill