[deal.II] Re: slepc installation error - How does one find the CHECKSUM for slepc to put in /candi/deal.II-toolchain/packages/slepc.package ?

2017-06-27 Thread Jean-Paul Pelteret
Hi Kartik, It looks like candi uses md5 to verify downloads. What you could do is manually download the file off of their website and run "md5 slepc-3.7.4.tar.gz" to compute the checksum yourself. I hope that this helps! Regards, Jea

[deal.II] slepc installation error - How does one find the CHECKSUM for slepc to put in /candi/deal.II-toolchain/packages/slepc.package ?

2017-06-27 Thread Kartik Jujare
Hello everyone, I am facing this error while installing. === Packages: load:dealii-prepare once:parmetis once:superlu_dist once:hdf5 once:p4est once:trilinos once:petsc once:slepc dealii --

Re: [deal.II] Installation error

2017-06-27 Thread Lev Karatun
Oh, I didn't realize there was a separate page for CMake. Thank you Jean-Paul, Wolfgang, the installation completed successfully! On Tuesday, 27 June 2017 01:13:59 UTC-4, Jean-Paul Pelteret wrote: > > Hi Lev, > > The information that you were looking for is in the CMake related > documentation

Re: [deal.II] Quadrature for discontinuous data

2017-06-27 Thread Lars Hov Odsæter
Bangerth, Thanks for your prompt response. Yes, the interface is straight, at least piecewise, and to begin with I am OK with assuming it is straight within each cell. I know the exact location of it, so intersection with edges are known. And yes, I can assume that the interface intersects eac

Re: [deal.II] Quadrature for discontinuous data

2017-06-27 Thread Wolfgang Bangerth
Lars, I have a problem where some of my data are discontinuous and such that it is not resolved by the triangulation. Let's say I have an element K and I want to integrate a function f that has a discontinuity in K. The discontinuity of f divides K into two parts, K1 and K2. Obviously a globa

[deal.II] Re: candi installation error - syntax error near unexpected token `('

2017-06-27 Thread Phil H
Hi Uwe, Thanks for the advice - this seems to be cleared by just unsetting the bash functions ml and module. unset -f ml unset -f module This allowed the build to continue. I don't know what else lies in wait for the build, but I will keep you all posted. Thanks again, Uwe. Phil On Tues

[deal.II] Quadrature for discontinuous data

2017-06-27 Thread Lars Hov Odsæter
Dear deal.II community, I have a problem where some of my data are discontinuous and such that it is not resolved by the triangulation. Let's say I have an element K and I want to integrate a function f that has a discontinuity in K. The discontinuity of f divides K into two parts, K1 and K2. O

[deal.II] PETSc and dealII clashes when compiling without MPI

2017-06-27 Thread 'Maxi Miller' via deal.II User Group
I installed PETSc using this configuration line: Configure Options: --configModules=PETSc.Configure --optionsModule=config.compilerOptions PETSC_ARCH=linux-gnu-complex --with-scalar-type=complex --with-cc=gcc --with -cxx=g++ --with-fc=gfortran --with-mkl_pardiso=1 --with-blas-lapack-dir= /opt/int

[deal.II] Re: candi installation error - syntax error near unexpected token `('

2017-06-27 Thread 'Uwe Köcher' via deal . II User Group
Looks like we are facing a similar error as posted here: https://github.com/singularityware/singularity/issues/177 The "variable" is a bash function. Please try to unset those functions before running candi. You need to add "-f" to unset to unset a bash function. E.g. this should do the thing:

[deal.II] Re: candi installation error - syntax error near unexpected token `('

2017-06-27 Thread 'Uwe Köcher' via deal . II User Group
Phil, I did not see something like this before. You are using a quiet new version of bash (newer than my bash-4.3.43-4.fc25.x86_64) The first lines in the created candi_configure are pasted variable from the system environment and also candi. The error occurs for some line I could not reproduce

[deal.II] candi installation error - syntax error near unexpected token `('

2017-06-27 Thread Phil H
Hi there, I'm installing dealii (then aspect) using candi on a brand new cluster and I have an error I have never seen before. *Building hdf5 1.10.1* ./candi_configure: line 6: syntax error near unexpected token `(' ./candi_configure: line 6: `declare -x BASH_FUNC_ml()' Has anyone seen this