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

   Initializes HMPI runtime, prints the ranks of the processes, 
   and finializes the HMPI runtime

   Files
   -----

   Init_and_Exit.c 

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

   shell$ hmpibcast Init_and_Exit.c

   shell$ hmpiload -o Init_and_Exit Init_and_Exit.c

   shell$ hmpirun Init_and_Exit
   My hostname is csserver, My processor name is csserver, My global rank is 0, global rank from mpi comm is 4, global size is 4
   My hostname is csserver, My processor name is csserver, My global rank is 1, global rank from mpi comm is 4, global size is 4
   My hostname is csserver, My processor name is csserver, My global rank is 2, global rank from mpi comm is 4, global size is 4
   My hostname is csserver, My processor name is csserver, My global rank is 3, global rank from mpi comm is 4, global size is 4
   ...
