> 1. Is the procedure same to install dealii in cluster? To be more > clear, is there anything that has to be done differently apart from the > instructions given on the web page > http://www.dealii.org/6.2.1/readme.html > to make sure dealii works as desired in a cluster for parallel > programming?
You'll have to select the MPI compilers by saying export CXX=mpiCC export CC=mpicc ./configure --enable-mpi > 2. Can the svn version be used for installing in a cluster? Yes. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
