On 8/26/20 7:05 AM, 'simon doersam' via deal.II User Group wrote:
In Step.21 (The two phase flow problem) I replaced the domain "Hyper_cube"
with "Hyper_ball".
The numerical solution is unrealistic and appears to be numerical problems at
all points,
where the boundary intersects with one of the
Hi,
Compiling deal.ii with DEAL_II_WITH_ZLIB=OFF and subsequently make -j 32
install gives the same error as earlier :
[100%] Building CXX object source/CMakeFiles/deal_II.dir/dummy.cc.o
[100%] Linking CXX shared library ../lib/libdeal_II.so
/usr/bin/ld: cannot find -lAtpSigHandler
/usr/bin/ld:
On Wed, Aug 26, 2020, at 12:46 CDT, Johannes Blaschke
wrote:
> HI Matthias,
>
> thanks for your input -- you might be onto something RE ld
>
> We use a wrapper script for ld:
> ```
> blaschke@cori06:~> which ld
> /global/common/cori/software/altd/2.0/bin/ld
> ```
> which is managed by the ALTD
On Wed, Aug 26, 2020, at 13:01 CDT, Aaditya Lakshmanan
wrote:
> Hi,
> zlib(version 1.2.11) was already loaded as a module in all my previous
> compilation attempts. I will try it by setting DEAL_II_WITH_ZLIB=OFF but I
> am not sure why the path to zlib libraries is picked up from /usr . T
The 9.0.0 image contains a spack installation. Can you run "module load
dealii" before trying to run?
Luca.
Il giorno mer 26 ago 2020 alle 19:51 Scott Ziegler <
scott...@rams.colostate.edu> ha scritto:
> Hello,
>
> I tried running the first tutorial on my machine and I am getting an error
> mess
Hi,
zlib(version 1.2.11) was already loaded as a module in all my previous
compilation attempts. I will try it by setting DEAL_II_WITH_ZLIB=OFF but I
am not sure why the path to zlib libraries is picked up from /usr . Thanks
for the suggestion.
Best,
Aaditya
On Wednesday, August 26, 2020 at
Hello,
I tried running the first tutorial on my machine and I am getting an error
message I don't understand. The "cmake step-1.cc ." and "make step-1.cc"
commands ran fine, but when I try "make run step-1.cc" I get the following
error:
*Scanning dependencies of target step-1*
[ 33%] Building
HI Matthias,
thanks for your input -- you might be onto something RE ld
We use a wrapper script for ld:
```
blaschke@cori06:~> which ld
/global/common/cori/software/altd/2.0/bin/ld
```
which is managed by the ALTD module (Automatic Library Tracking Database).
Using the system linker (which is wh
Thanks.
This looks mostly good.
In particular, the Lapack CMake module seems to pick up "AtpSigHandler"
and "AtpSigHCommData":
55 #DEAL_II_WITH_LAPACK set up with external dependencies
56 #LAPACK_WITH_64BIT_BLAS_INDICES = OFF