
   Description of the test
   ========================

   This test executes the parallel irregular em3d application
   using one-dimensional array of processes.

   The time of execution of the algorithm is returned.

   The test uses only MPI.

   Files
   -----

   MPI_em3d.c ----> Contains the algorithm
   counter.h  ----> Contains the parameters:
                    NUM_ITERATIONS = Number of iterations
                    NUM_NODES = minimum number of nodes assigned to each process
                    NEDGES = Number of remote edges

   HOW TO RUN
   ----------

shell$ hmpibcast MPI_em3d.c MPI_em3d.h MPI_em3d_i.c counter.h

shell$ hmpiload -o MPI_em3d MPI_em3d.c

shell$ hmpirun MPI_em3d
Initializing System
System initialized
Destroying system
System destroyed
Total number of nodes=9000, Total_number_of_dependencies=180000, time(sec)=7.346217

