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.
#!/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
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