A domain specific language FreeFem++(3.61-1) for numerical simulation by finite element methods is available on OCTOPUS.

 

Prerequisites

    There are two commands of FreeFem++, FreeFem++-nw for OpenMP parallelism inside of one node, and FreeFem++-mpi for MPI parallelism that can run on multiple nodes. Please set PATH environmental variable by bash export command.

    $ export PATH=/octfs/apl/FreeFem/3.61-1/bin:$PATH
    $ FreeFem++-nw file.edp

     

Usage with job script

    Please run FreeFem++ by batch processing
     
    The following script aims to run FreeFem++-mpi for OpenMP parallelism inside of one node, where edp file is given as file.edp. There are two FreeFem++ scripts, test-PARDISO.edp and test-MUMPseq.edp in /octfs/apl/FreeFem/example/EDP .

     

    The following script aims to run FreeFem++-mpi for MPI parallelism, where edp file is given as file.edp. There are three FreeFem++ scripts, test-MUMPS.edp, test-hpddm.edp, and test-hypre.edp in /octfs/apl/FreeFem/example/EDP .

     

    Details of job scripts will be found here.
    qsub command

 

Reference