Re: [dealii-developers] Building deal.II with ccache

2017-03-09 Thread Matthias Maier
On Tue, Jan 3, 2017, at 06:43 CST, Matthias Maier wrote: > On Tue, Jan 3, 2017, at 01:45 CST, Jean-Paul Pelteret > wrote: > >> Dear all, >> >> I've recently become aware of ccache , although >> I have no experience with it

[deal.II] Error using dealii with spack .../binutils-2.27 collect2: error:ld returned 1 exit status

2017-03-09 Thread Denis Davydov
Try using Ubuntu's compiler (gcc5.4, make sure u install gfortran). I successfully run the full dealii suite on ubuntu16.04 a few weeks back and had zero issues with Spack. Binutil issue with Spack's build GCC should probably be reported on Spack's github issues page. Regards, Denis -- The

[deal.II] Re: MeshWorker clarifications

2017-03-09 Thread Daniel Arndt
Franco, on the first glance your code looks good. Can you reduce the size of your problem to a single cell? Is there still a difference then? Best, Daniel Am Mittwoch, 8. März 2017 13:04:01 UTC+1 schrieb Franco Milicchio: > > I have made available the snippet for this example here >

[deal.II] Re: Error using dealii with spack .../binutils-2.27 collect2: error:ld returned 1 exit status

2017-03-09 Thread Bruno Turcksin
Philipp, since you are new to Linux, I think it would be easier to use candi to install deal (https://github.com/dealii/candi) On Thursday, March 9, 2017 at 10:49:19 AM UTC-5, Phil Bra wrote: > > > phi@phi-desktop:~/Documents/step-9$ make > [ 50%] Linking CXX executable step-9 >

[deal.II] Error using dealii with spack .../binutils-2.27 collect2: error:ld returned 1 exit status

2017-03-09 Thread Phil Bra
Hi all, I am rather new to Linux, dealii and spack so sorry if this is trivial, but i am trying to use dealii through spack on a intel computer with ubuntu 16.04 LTS. I downloaded and installed spack according to the tutorial. If i try to run, for example one of the dealii tutorial steps, i

Re: [deal.II] ZeroBoundaryCondition when FESystem is used

2017-03-09 Thread hanks0227
Dear Jean-Paul Sorry for my belated reply. I was solving other problems... Anyway, thank you for your reply. I will study what you mention. thank you Kyusik. 2017년 3월 3일 금요일 오후 3시 15분 18초 UTC+9, Jean-Paul Pelteret 님의 말: > > Dear Kyusik, > > >>