I have tried the following and my pflotran is till not running:
> cd /home/kulthum540/petsc
> rm -Rf gnu-c-debug
> ./configure --PETSC_ARCH=gnu-c-debug --CFLAGS='-O3' --CXXFLAGS='-O3' --FFLAGS='-O3' --with-debugging=no --download-mpich=yes --download-hdf5=yes --download-hdf5-fortran-bindings=yes --download-fblaslapack=yes --download-metis=yes --download-parmetis=yes
> make all PETSC_DIR=/home/kulthum540/petsc PETSC_ARCH=gnu-c-debug
> cd /home/kulthum540/pflotran/src/pflotran
> make pflotran PETSC_DIR=/home/kulthum540/petsc PETSC_ARCH=gnu-c-debug >& make.log
As indicated in the PFLOTRAN make log, you need to use the correct version/release of PETSc in Git. Please try again following the instructions below, and before you configured PETSc, please checkout out the following tag v3.21.6. E.g.,
cd $PETSC_DIR
git pull
git checkout v3.21.6
rm -Rf $PETSC_ARCH
<configure>
<make>
cd $PFLOTRAN_DIR/src/pflotran
make clean
make -j4 pflotran
The “git checkout v3.21.6” is very important.
Glenn
From:
pflotr...@googlegroups.com <pflotr...@googlegroups.com> on behalf of Ummu-kulthum Lawal <kulth...@gmail.com>
Date: Thursday, October 3, 2024 at 12:24 PM
To: pflotr...@googlegroups.com <pflotr...@googlegroups.com>
Subject: [pflotran-dev: 6286] PFLOTRAN unable to work
Check twice before you click! This email originated from outside PNNL.
--
You received this message because you are subscribed to the Google Groups "pflotran-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pflotran-dev...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/pflotran-dev/CAMqhDSiV2ps0c4CfgUtc4FP0DC10LTG-VDYDpDUejcs460jOrA%40mail.gmail.com.
Ummu, The below is my response to your Oct 3 email that I sent on Oct 4. -Glenn
As indicated in the PFLOTRAN make log, you need to use the correct version/release of PETSc in Git. Please try again following the instructions below, and before you configured PETSc, please checkout out the following tag v3.21.6. E.g.,
cd $PETSC_DIR
git pull
git checkout v3.21.6
rm -Rf $PETSC_ARCH
<configure>
<make>
cd $PFLOTRAN_DIR/src/pflotran
make clean
make -j4 pflotran
The “git checkout v3.21.6” is very important.
Glenn
From:
pflotr...@googlegroups.com <pflotr...@googlegroups.com> on behalf of Ummu-kulthum Lawal <kulth...@gmail.com>
Date: Friday, October 11, 2024 at 10:03 AM
To: pflotr...@googlegroups.com <pflotr...@googlegroups.com>
Subject: [pflotran-dev: 6295] Re: PFLOTRAN unable to work
Check twice before you click! This email originated from outside PNNL.
kind reminder
--
You received this message because you are subscribed to the Google Groups "pflotran-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pflotran-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pflotran-dev/CAMqhDSgZ9k%3DhW7RtzXphz-CHhAkpRPWMH80Uu0kFQDoTHh%3DROw%40mail.gmail.com.