Skip to content

Finis Terrae II: Fenics HPC

victorsndvg edited this page Jun 6, 2017 · 2 revisions

Run cube_demo in Finis Terrae II

1. How to load Fenics-HPC:

GNU compiler

$ module purge
$ module load gcc/5.3.0  impi/5.1 fenics-hpc/0.8.4

INTEL compiler

$ module purge
$ module load intel/2016  impi/5.1 fenics-hpc/0.8.4

2. How to download and extract the demo

$ wget http://www.csc.kth.se/~jjan/hpfem2016/fenics-hpc_hpfem.zip
$ unzip fenics-hpc_hpfem.zip

3. How to compile the demo

$ cd fenics-hpc_hpfem/unicorn_minimal
$ make
$ cd cube_sim01
$ cp ../demo .

4. How to launch the demo

$ wget https://raw.githubusercontent.com/MSO4SC/fenics-hpc-cesga/master/job-adaptive_ft2.script
$ sbatch job-adaptive_ft2.script