Running the code

The program may be executed by typing
oofem [option [parameter]] ...
on the command line prompt with the following command line options:

The parallel version uses the MPI (Message Passing Interface) standard for message-passing communication. Thus, to execute POOFEM program, users must know the procedure for beginning MPI jobs on their selected computer system(s). For instance, when using the MPICH implementation of MPI and many others, the following command initiates a program that uses eight processors:
mpirun -np 8 poofem program_options

Borek Patzak 2009-08-24