[deal.II] Re: Issue with boost serialization and spack?

2019-10-02 Thread Konrad Simon
Hi Denis, I don't have the build folders any more so I can not post the error log. But the error (using spack) occurred with both boost versions. I will post something once I will find a solution. At any rate, thank you for your help. Best, Konrad -- The deal.II project is located at

[deal.II] Re: Issue with boost serialization and spack?

2019-10-02 Thread Denis Davydov
On Wednesday, October 2, 2019 at 11:50:53 AM UTC+2, Konrad Simon wrote: > > Thank you, Denis. I use a pretty stupid (but simple) workaround: I setup >>> and compile deal.ii myself since all dependencies are compiled and use the >>> cmake command used by spack. That works. And I do not get the

[deal.II] Re: Issue with boost serialization and spack?

2019-10-02 Thread Konrad Simon
> > >> I guess I have a clue why I get the error. My backend nodes run on a >> different architecture. The openmpi version (i.e. mpirun) is the correct >> one. This is made sure in the slurm script. >> > That's always a pain to deal with. If you can, I would get an interactive > session on a

[deal.II] Re: Issue with boost serialization and spack?

2019-10-02 Thread Bruno Turcksin
Konrad On Wednesday, October 2, 2019 at 5:50:53 AM UTC-4, Konrad Simon wrote: > > > >> >>> However, now my code runs on the machine I installed it on. But once I >>> use slurm to distribute the job across nodes I get "illegal instruction" >>> erros. Frustrating. >>> >> >> With HPC I used to

[deal.II] Re: Issue with boost serialization and spack?

2019-10-02 Thread Konrad Simon
> > Thank you, Denis. I use a pretty stupid (but simple) workaround: I setup >> and compile deal.ii myself since all dependencies are compiled and use the >> cmake command used by spack. That works. And I do not get the serialization >> error. >> > > > now that is strange. Are you sure you

[deal.II] Re: Issue with boost serialization and spack?

2019-10-01 Thread Denis Davydov
Hi Konrad, On Monday, September 30, 2019 at 3:55:20 PM UTC+2, Konrad Simon wrote: > > Thank you, Denis. I use a pretty stupid (but simple) workaround: I setup > and compile deal.ii myself since all dependencies are compiled and use the > cmake command used by spack. That works. And I do not get

[deal.II] Re: Issue with boost serialization and spack?

2019-09-30 Thread Konrad Simon
Thank you, Denis. I use a pretty stupid (but simple) workaround: I setup and compile deal.ii myself since all dependencies are compiled and use the cmake command used by spack. That works. And I do not get the serialization error. However, now my code runs on the machine I installed it on. But

[deal.II] Re: Issue with boost serialization and spack?

2019-09-29 Thread Denis Davydov
p.s. long discussion on serialization bug in Boost is here https://github.com/boostorg/serialization/pull/79 Frankly, I would not be surprized that 1.62 has issues as well... On Saturday, September 28, 2019 at 8:02:19 PM UTC+2, Konrad Simon wrote: > > Dear deal.ii community, > > I am having a