Re: [Users] Continuation of problems downloading ET onto Dora

2016-09-16 Thread L.S. Oswald
Ah ok, thanks for that. Following your advice definitely got me a step further with compiling. Lucy On 2016-09-13 6:26 pm, Frank Loeffler wrote: > On Tue, Sep 13, 2016 at 05:00:06PM +0200, L.S. Oswald wrote: >> I haven't been able to work out which gcc version I use, but I think >> you're >> co

Re: [Users] Continuation of problems downloading ET onto Dora

2016-09-13 Thread Frank Loeffler
On Tue, Sep 13, 2016 at 05:00:06PM +0200, L.S. Oswald wrote: > I haven't been able to work out which gcc version I use, but I think you're > correct that it's an old version. gcc --version should tell you the version > Could you advise me on how to direct the code to compile with the correct >

Re: [Users] Continuation of problems downloading ET onto Dora

2016-09-13 Thread L.S. Oswald
I haven't been able to work out which gcc version I use, but I think you're correct that it's an old version. Could you advise me on how to direct the code to compile with the correct version of gcc? I attempted to do so by changing the CC flag in my configuration file but that didn't seem to d

Re: [Users] Continuation of problems downloading ET onto Dora

2016-09-11 Thread Frank Loeffler
On Fri, Sep 09, 2016 at 04:58:43PM +0200, L.S. Oswald wrote: > error: expected ‘#pragma omp’ clause before ‘collapse’ Which version of gcc (c compiler) do you use? Your option list mentions only 'gcc'. Gcc older than 4.4 doens't support openMP 3.0, of which collapse is part of. Since you seem to

[Users] Continuation of problems downloading ET onto Dora

2016-09-09 Thread L.S. Oswald
Hello again In previous emails I detailed the problems I was having downloading the Einstein Toolkit, first on the Dora supercomputer and then on a local computer. Following further efforts to solve my MPI issue on the Dora supercomputer I have come up against a new problem. This is the meth