[hpf@gauss presentation]$ mpistart_mpd 3 [hpf@gauss presentation]$ hpf -o pi_hpf.exe pi_hpf.hpf rm -f pi_hpf.f /home/hpf/Adaptor/bin/fadapt -f -strip 132 -F90 -HPF_ADP -O -f -safety 0 pi_hpf.hpf ADAPT pi_hpf.hpf INFO at line 46 (pi_hpf.hpf) : DO loop selected for SPMD execution (new template) lf95 -c --nf95 --nchk -O --tpp --wide pi_hpf.f -o pi_hpf.o Compiling file pi_hpf.f. Compiling program unit PI_HPF at line 1: lf95 -o pi_hpf.exe pi_hpf.o $HPF_LIBS/libDALIB.so $HPF_LIBS/libMPICH.so $HPF_LINK/flush.o [hpf@gauss presentation]$ mpirun_mpd -np 3 pi_hpf.exe $SLIB arg[0] = :pi_hpf.exe: HPF initialized with 3 processors Enter the number of intervals (0 to quit) 100000000 Approximation for pi is 3.141592653589571 The error is 2.224886941348814E-13 Elapsed time is 2.95000005 Enter the number of intervals (0 to quit) 0 [hpf@gauss presentation]$ mpiend_mpd