Search found 64 matches

by rgladstone
14 Dec 2016, 00:56
Forum: Bug reports
Topic: (p)arpack compilation error
Replies: 3
Views: 4852

Re: (p)arpack compilation error

Here is a brief update: The actual compilation errors from arpack and parpack vary a bit depending on which modules I have loaded and on which compiler options I use. I've triggered one or two other compilation errors but have decided I don't have time at the moment to try to plough through these. M...
by rgladstone
13 Dec 2016, 16:28
Forum: Bug reports
Topic: Elmer/Ice compilation issue
Replies: 1
Views: 3218

Re: Elmer/Ice compilation issue

Fabien provided the solution for this issue (Thanks Fabien!). Intent statements were required in the interface block to match the subroutine definition in a different file. This is committed in my clone and I'll push it when I've managed a clean build and run the tests.

Rupert
by rgladstone
13 Dec 2016, 04:01
Forum: Bug reports
Topic: (p)arpack compilation error
Replies: 3
Views: 4852

Re: (p)arpack compilation error

Apart from the mathlibs errors, I am also getting errors later in the compilation, relating to a few of the calls to AddrFunc. The errors look like this: /homeappl/home/gladston/Source/elmer/elmerice/fem/src/ViewFactors.F90(813): error #8128: The BIND attribute of the associated actual procedure dif...
by rgladstone
13 Dec 2016, 01:37
Forum: Bug reports
Topic: Elmer/Ice compilation issue
Replies: 1
Views: 3218

Elmer/Ice compilation issue

Hi, I am currently trying to compile Elmer with some fairly strict compiler flags. On Taito I am using "-g -check all -fpe0 -warn -traceback -debug extended". I get errors when compiling this file: elmerice/Solvers/AIFlowSolve_nlD2.F90 elmerice/Solvers/AIFlowSolve_nlD2.F90(867): error #800...
by rgladstone
13 Dec 2016, 01:01
Forum: Bug reports
Topic: (p)arpack compilation error
Replies: 3
Views: 4852

(p)arpack compilation error

Hi, I am currently trying to compile Elmer with some fairly strict compiler flags. On Taito I am using "-g -check all -fpe0 -warn -traceback -debug extended". I get errors when compiling this file: mathlibs/src/parpack/pcneupd.f The file contains a call to cngets with the wrong number of a...
by rgladstone
11 Nov 2016, 10:10
Forum: Elmer/Ice
Topic: Transfer basal drag from one mesh to another mesh
Replies: 14
Views: 18268

Re: Transfer basal drag from one mesh to another mesh

Thanks Fab and Peter.

We have it working now and it looks just like what we needed.

Cheers,
Rupert
by rgladstone
10 Nov 2016, 17:17
Forum: Elmer/Ice
Topic: Transfer basal drag from one mesh to another mesh
Replies: 14
Views: 18268

Re: Transfer basal drag from one mesh to another mesh

I would guess that appending the files together into one .dat file should work in this case.

Something smarter might be needed for massively parallel simulations.

[edit: oh I didn't see Peter's reply! Yes, that seems like the right thing to do]
by rgladstone
04 Nov 2016, 15:28
Forum: Elmer/Ice
Topic: Transfer basal drag from one mesh to another mesh
Replies: 14
Views: 18268

Re: Transfer basal drag from one mesh to another mesh

Thanks Fab. Is there a standard way to write results in that x, y, value ascii format direct from Elmer (using save data or result output solver)? Or do you reformat a .ep or .result file?

Cheers,
Rupert
by rgladstone
04 Nov 2016, 14:04
Forum: Elmer/Ice
Topic: unique global node identifiers?
Replies: 2
Views: 5821

Re: unique global node identifiers?

That looks useful, thanks Fab. I´ll have a closer look at that code.

Rupert