Dear developers,
With the deal.ii and PetSC release versions given in the manual, the installation of Plasticity code runs smoothly, without any error.
Following variables are defined during the installation process:-
export PETSC_DIR=/home/lus01/sagarc/older_releases/petsc-3.9.3/
export PETSC_ARCH=August2018
export P4EST_DIR=/home/lus01/sagarc/older_releases/p4est-2.0/local/
export PATH=$PATH:$PETSC_DIR/$PETSC_ARCH/bin:~/deal_II_AUG18/:~/deal_II_AUG18/lib/:~/deal_II_AUG18/include/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/deal_II_AUG18/lib/
Afterwards, these simple commands do:-
For p4est:- ./configure --enable-mpi; make P4EST_DIR=$P4EST_DIR;
For PetSc:- ./configure --enable-mpi; make PETSC_DIR=$PETSC_DIR PETSC_ARCH=$PETSC_ARCH all;
For deal.ii:- cmake -DCMAKE_INSTALL_PRFIX=$HOME/deal_II_AUG2018 .. -DDEAL_II_WITH_PETSC=ON -DPETSC_DIR=$PETSC_DIR-DDEAL_II_WITH_P4EST=ON -DP4EST_DIR=$P4EST_DIR -DDEAL_II_WITH_MPI=ON; make -j20 install.
With the installation successful, I shall now proceed to use PRISMS software for mesoscale analysis.
Thank you all for this utility.
Best,
Sagar