<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Sorry for not getting it!</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Thanks!</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Have send it to <a href="mailto:petsc-maint@mcs.anl.gov">petsc-maint@mcs.anl.gov</a> </div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Sincerely,</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Huq<br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 30, 2018 at 12:33 PM Smith, Barry F. <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
    Please read and follow the directions that PETSc prints out, this will reduced unneeded emails back and forth. The instructions were to send the files<br>
<br>
configure.log and make.log <br>
<br>
to <a href="mailto:petsc-maint@mcs.anl.gov" target="_blank">petsc-maint@mcs.anl.gov</a> and we'll see if we can resolve the MPI issue.<br>
<br>
    Barry<br>
<br>
<br>
> On Aug 30, 2018, at 11:33 AM, Fazlul Huq <<a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a>> wrote:<br>
> <br>
> I think error is in this portion, but I don't know how to fix: <br>
> <br>
> /home/jimmy/projects/petsc/include/petscsys.h:159:6: error: #error "PETSc was configured with one MPICH mpi.h version but now appears to be compiling using a different MPICH mpi.h version"<br>
>  #    error "PETSc was configured with one MPICH mpi.h version but now appears to be compiling using a different MPICH mpi.h version"<br>
>       ^~~~~<br>
> gmakefile:150: recipe for target 'arch-linux2-c-debug/obj/sys/info/verboseinfo.o' failed<br>
> make[2]: *** [arch-linux2-c-debug/obj/sys/info/verboseinfo.o] Error 1<br>
> make[2]: *** Waiting for unfinished jobs....<br>
> Use "/usr/bin/make V=1" to see verbose compile lines, "/usr/bin/make V=0" to suppress.<br>
>           FC arch-linux2-c-debug/obj/sys/fsrc/somefort.o<br>
>           FC arch-linux2-c-debug/obj/sys/f90-src/fsrc/f90_fwrap.o<br>
>           FC arch-linux2-c-debug/obj/sys/f90-mod/petscsysmod.o<br>
> make[2]: Leaving directory '/home/jimmy/projects/petsc'<br>
> /home/jimmy/projects/petsc/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed<br>
> make[1]: *** [gnumake] Error 2<br>
> make[1]: Leaving directory '/home/jimmy/projects/petsc'<br>
> **************************ERROR*************************************<br>
>   Error during compile, check arch-linux2-c-debug/lib/petsc/conf/make.log<br>
>   Send it and arch-linux2-c-debug/lib/petsc/conf/configure.log to <a href="mailto:petsc-maint@mcs.anl.gov" target="_blank">petsc-maint@mcs.anl.gov</a><br>
> ********************************************************************<br>
> makefile:30: recipe for target 'all' failed<br>
> make: *** [all] Error 1<br>
> <br>
> Thanks.<br>
> Huq<br>
> <br>
> On Thu, Aug 30, 2018 at 11:22 AM Matthew Knepley <<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>> wrote:<br>
> On Thu, Aug 30, 2018 at 11:59 AM Fazlul Huq <<a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a>> wrote:<br>
> I did that and I got the following error:<br>
> <br>
> **************************ERROR*************************************<br>
>   Error during compile, check arch-linux2-c-debug/lib/petsc/conf/make.log<br>
>   Send it and arch-linux2-c-debug/lib/petsc/conf/configure.log to <a href="mailto:petsc-maint@mcs.anl.gov" target="_blank">petsc-maint@mcs.anl.gov</a><br>
> <br>
> See the message above. It suggests a course of action.<br>
> <br>
>    Matt<br>
>  <br>
> ********************************************************************<br>
> Thanks,<br>
> Huq<br>
> <br>
> On Thu, Aug 30, 2018 at 10:55 AM Jed Brown <<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>> wrote:<br>
> Fazlul Huq <<a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a>> writes:<br>
> <br>
> > I have run:<br>
> ><br>
> > jimmy@dave:~/projects/petsc$ ./configure --download-hyper<br>
> > &<br>
> > jimmy@dave:~/projects/petsc$ ./configure --download-ml<br>
> <br>
> The package name is hypre, not hyper.  And you need to pass both at once<br>
> if you want both libraries to be available.<br>
> <br>
> > At the end I got following message:<br>
> ><br>
> > xxx=========================================================================xxx<br>
> >  Configure stage complete. Now build PETSc libraries with (gnumake build):<br>
> >    make PETSC_DIR=/home/jimmy/projects/petsc PETSC_ARCH=arch-linux2-c-debug<br>
> > all<br>
> > xxx=========================================================================xxx<br>
> ><br>
> > Am I ready to use it now or do I need no make it first?<br>
> <br>
> As the message says, you need to issue that command to build.<br>
> <br>
> > Or do I need to edit .bashrc file with,<br>
> ><br>
> > export PETSC_DIR=/home/jimmy/projects/petsc<br>
> > &<br>
> > export PETSC_ARCH=arch-linux2-c-debug all<br>
> ><br>
> > And then run make from command window?<br>
> ><br>
> > Thanks.<br>
> > Huq<br>
> ><br>
> ><br>
> > On Thu, Aug 30, 2018 at 9:40 AM Jed Brown <<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>> wrote:<br>
> ><br>
> >> You would configure PETSc with --download-hypre and --download-ml (this<br>
> >> part of Trilinos can be installed on its own).  Then run your<br>
> >> application with run-time options like -pc_type hypre or -pc_type ml.<br>
> >> See the user's manual and/or tutorials.<br>
> >><br>
> >> Fazlul Huq <<a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a>> writes:<br>
> >><br>
> >> > Hello Petsc developers,<br>
> >> ><br>
> >> > 1. I want to integrate petsc with hyper and trilinos cause I want to<br>
> >> solve<br>
> >> > some   problems using multigrid. I know, I need to download and install<br>
> >> > both of them and then configure petsc with hyper and trilinos to use them<br>
> >> > with petsc. But, I don't know how to configure petsc with hyper and<br>
> >> > trilinos or any other package. Is it like, running some command from<br>
> >> > terminal or editing .bashrc file? Currently, this is the .bashrc file<br>
> >> > regarding petsc in my desktop:<br>
> >> ><br>
> >> > export PETSC_DIR=/home/jimmy/projects/petsc<br>
> >> ><br>
> >> > 2. Can I use c programming routine in petsc code and make and run it? If<br>
> >> > yes then what is the procedure? Last day I tried to do that but I got<br>
> >> error<br>
> >> > message while making the file.<br>
> >> ><br>
> >> > Thanks.<br>
> >> ><br>
> >> > --<br>
> >> ><br>
> >> > Fazlul Huq<br>
> >> > Graduate Research Assistant<br>
> >> > Department of Nuclear, Plasma & Radiological Engineering (NPRE)<br>
> >> > University of Illinois at Urbana-Champaign (UIUC)<br>
> >> > E-mail: <a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a><br>
> >><br>
> ><br>
> ><br>
> > -- <br>
> ><br>
> > Fazlul Huq<br>
> > Graduate Research Assistant<br>
> > Department of Nuclear, Plasma & Radiological Engineering (NPRE)<br>
> > University of Illinois at Urbana-Champaign (UIUC)<br>
> > E-mail: <a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a><br>
> <br>
> <br>
> -- <br>
> <br>
> Fazlul Huq<br>
> Graduate Research Assistant<br>
> Department of Nuclear, Plasma & Radiological Engineering (NPRE)<br>
> University of Illinois at Urbana-Champaign (UIUC)<br>
> E-mail: <a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a><br>
> <br>
> <br>
> -- <br>
> What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
> -- Norbert Wiener<br>
> <br>
> <a href="https://www.cse.buffalo.edu/~knepley/" rel="noreferrer" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br>
> <br>
> <br>
> -- <br>
> <br>
> Fazlul Huq<br>
> Graduate Research Assistant<br>
> Department of Nuclear, Plasma & Radiological Engineering (NPRE)<br>
> University of Illinois at Urbana-Champaign (UIUC)<br>
> E-mail: <a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a><br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><br><div><font face="comic sans ms, sans-serif">Fazlul Huq</font></div><div><font face="comic sans ms, sans-serif">Graduate Research Assistant</font></div><div><font face="comic sans ms, sans-serif">Department of Nuclear, Plasma & Radiological Engineering (NPRE)</font></div><div><font face="comic sans ms, sans-serif">University of Illinois at Urbana-Champaign (UIUC)</font></div><div><font face="comic sans ms, sans-serif">E-mail: <a href="mailto:huq2090@gmail.com" target="_blank">huq2090@gmail.com</a></font></div></div></div></div></div></div></div>