Hi Wolfgang,

I am happy to say that I can run both step-32.debug and step-32.release
successfully in parallel. Basically, I re-install p4est again by following
the steps:

./configure --enable-shared --enable-mpi
--prefix=/home/chueh5851a/software/p4est-2.0/FAST
make -j12 &> OUT.log
make install
cp -pr /home/chueh5851a/software/p4est-2.0/FAST
/home/chueh5851a/software/p4est-2.0/DEBUG

I guess that the problem was caused by the last step shown above: cp -pr
/home/chueh5851a/software/p4est-2.0/FAST
/home/chueh5851a/software/p4est-2.0/DEBUG
At that time, I was typing cp -rf /home/chueh5851a/software/p4est-2.0/FAST/
/home/chueh5851a/software/p4est-2.0/DEBUG/

I am glad to say that I am able to use deal.II in Taiwan's largest
supercomputing machines in Taiwan. :-)

[chueh5851a@clogin2 step-32]$ mpirun -np 4 ./step-32.debug step-32.prm
Number of active cells: 12,288 (on 6 levels)
Number of degrees of freedom: 186,624 (99,840+36,864+49,920)

Timestep 0:  t=0 years

   Rebuilding Stokes preconditioner...
   Solving Stokes system... 41 iterations.
   Maximal velocity: 60.4935 cm/year
   Time step: 18166.9 years
   17 CG iterations for temperature
   Temperature range: 973 4273.16

Number of active cells: 15,843 (on 7 levels)
Number of degrees of freedom: 251,589 (136,040+47,529+68,020)

Timestep 0:  t=0 years

   Rebuilding Stokes preconditioner...
   Solving Stokes system... 50 iterations.
   Maximal velocity: 60.2831 cm/year
   Time step: 10557.8 years
   19 CG iterations for temperature
   Temperature range: 973 4273.16


[chueh5851a@clogin2 step-32]$ mpirun -np 4 ./step-32.release step-32.prm
Number of active cells: 12,288 (on 6 levels)
Number of degrees of freedom: 186,624 (99,840+36,864+49,920)

Timestep 0:  t=0 years

   Rebuilding Stokes preconditioner...
   Solving Stokes system... 41 iterations.
   Maximal velocity: 60.4935 cm/year
   Time step: 18166.9 years
   17 CG iterations for temperature
   Temperature range: 973 4273.16

Number of active cells: 15,843 (on 7 levels)
Number of degrees of freedom: 251,589 (136,040+47,529+68,020)

Timestep 0:  t=0 years

   Rebuilding Stokes preconditioner...
   Solving Stokes system... 50 iterations.
   Maximal velocity: 60.2831 cm/year
   Time step: 10557.8 years
   19 CG iterations for temperature
   Temperature range: 973 4273.16

Cheers,

Chih-Che

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to