Installing Elmer in Ubuntu 14.04 using Cmake

Discussion about building and installing Elmer
xborras7
Posts: 37
Joined: 02 Sep 2013, 21:44
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by xborras7 »

Hej!

I tired the following without success...

[xavier@CE-CLYX01 build]$ su
Password:
[root@CE-CLYX01 build]# export FC=gfortran
[root@CE-CLYX01 build]# export CC=gcc
[root@CE-CLYX01 build]# cmake -DWITH_ELMERGUI:BOOL=FALSE -DWITH_MPI:BOOL=FALSE -DCMAKE_INSTALL_PREFIX=../install ../elmerfem

Code: Select all

-- A library with BLAS API found.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Checking whether /usr/bin/f95 supports CONTIGUOUS
-- Checking whether /usr/bin/f95 supports CONTIGUOUS -- no
-- Checking whether /usr/bin/f95 supports EXECUTE_COMMAND_LINE
-- Checking whether /usr/bin/f95 supports EXECUTE_COMMAND_LINE -- no
-- ------------------------------------------------
--   BLAS library:   /usr/lib64/libblas.so
--   LAPACK library: /usr/lib64/liblapack.so;/usr/lib64/libblas.so
-- ------------------------------------------------
--   Fortran compiler:        /usr/bin/f95
--   Fortran flags:           
-- ------------------------------------------------
--   C compiler:              /usr/bin/cc
--   C flags:                 
-- ------------------------------------------------
--   Fortran compiler:  /usr/bin/f95
-- ------------------------------------------------
--   C compiler:        /usr/bin/cc
-- ------------------------------------------------
--   C++ compiler:      /usr/bin/c++
-- ------------------------------------------------
-- ------------------------------------------------
--   Package filename: elmerfem-7.0-d1c250a-20150210_Linux-x86_64 
--   Patch version: 7.0-d1c250a 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/xavier/Downloads/Software/Elmer_CMAKE/build
[root@CE-CLYX01 build]# make install

Code: Select all

[  1%] Built target matc
[  1%] Built target Matc_bin
[  1%] Built target umfpack_srcs
[ 49%] Built target umfpack
[ 53%] Built target amd
[ 53%] Built target amdf77
[ 54%] Built target fhuti
[ 56%] Built target Mesh2D
[ 62%] Built target arpack
[ 62%] Built target binio
[ 63%] Built target mpi_stubs
[ 63%] Building Fortran object fem/src/CMakeFiles/elmersolver.dir/LoadMod.F90.o
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:509.22:

            intval =  pptr(model, solver, mtr, b, x, n, DOFs, nrm)
                      1
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:572.54:

                      M, D, S, F, element, nrow, ncol)
                                                      2
Error: Global name 'pptr' at (1) is already being used as a SUBROUTINE at (2)
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:458.22:

            realval = pptr(model, element, nodes, n, nd, &
                      1
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:572.54:

                      M, D, S, F, element, nrow, ncol)
                                                      2
Error: Global name 'pptr' at (1) is already being used as a SUBROUTINE at (2)
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:371.22:

            realval = pptr(model, node, val)
                      1
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:572.54:

                      M, D, S, F, element, nrow, ncol)
                                                      2
Error: Global name 'pptr' at (1) is already being used as a SUBROUTINE at (2)
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:345.22:

            realval = pptr(model, x, y, z)
                      1
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:572.54:

                      M, D, S, F, element, nrow, ncol)
                                                      2
Error: Global name 'pptr' at (1) is already being used as a SUBROUTINE at (2)
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:321.21:

            intval = pptr(model)
                     1
/home/xavier/Downloads/Software/Elmer_CMAKE/build/fem/src/LoadMod.F90:572.54:

                      M, D, S, F, element, nrow, ncol)
                                                      2
Error: Global name 'pptr' at (1) is already being used as a SUBROUTINE at (2)
make[3]: *** [fem/src/CMakeFiles/elmersolver.dir/LoadMod.F90.o] Error 1
make[2]: *** [fem/src/CMakeFiles/elmersolver.dir/LoadMod.F90.o.provides] Error 2
make[1]: *** [fem/src/CMakeFiles/elmersolver.dir/all] Error 2
make: *** [all] Error 2
I will not give up! Thanks for your help!

/Xavi
kataja
Posts: 74
Joined: 09 May 2014, 16:06
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by kataja »

Hi!

Judging from your cmake output log, the directory where you issue

Code: Select all

 cmake -DWITH_ELMERGUI:BOOL=FALSE -DWITH_MPI:BOOL=FALSE -DCMAKE_INSTALL_PREFIX=../install ../elmerfem 
Please remove (recursively) all files from that build directory, before trying to reconfigure with the new compiler variables. Otherwise cmake will keep detecting the /usr/bin/f95 compiler (which presumably points to gfortran-4.4.7).

-Juhani
xborras7
Posts: 37
Joined: 02 Sep 2013, 21:44
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by xborras7 »

Hej gents!

You do not know how happy am I to post that I have been able to install it! Finally I got some progress! Thanks a lot to all of you.

However, my installation did not pass the Elmer test:
ctest -j4

Code: Select all

281/293 Test #276: fsi_beam_optimize ..................   Passed   12.32 sec
        Start 289: DataToField
282/293 Test #288: ThermalBiMetal2 ....................   Passed    1.01 sec
283/293 Test #284: ShallowWaterNS .....................   Passed    4.98 sec
        Start 290: shell2
        Start 291: StrainCalculation01
284/293 Test #272: StrainCalculation03 ................   Passed   15.50 sec
285/293 Test #289: DataToField ........................   Passed    1.08 sec
286/293 Test #291: StrainCalculation01 ................   Passed    0.62 sec
        Start 292: levelset1
        Start 293: NormalTangentialBC
287/293 Test #290: shell2 .............................   Passed    1.92 sec
288/293 Test #281: diffuser_sst .......................   Passed   13.03 sec
289/293 Test #293: NormalTangentialBC .................   Passed    4.82 sec
290/293 Test #292: levelset1 ..........................   Passed    7.61 sec
291/293 Test #246: DNS_WaveSimulation .................   Passed   46.38 sec
292/293 Test #238: StressEigen3D ......................   Passed   56.92 sec
293/293 Test #204: mgdyn_torus_harmonic ...............   Passed   92.87 sec

96% tests passed, 11 tests failed out of 293

Total Test time (real) = 247.69 sec

The following tests FAILED:
	 35 - mhd2 (Failed)
	 58 - ParticleAdvector2 (Failed)
	 59 - CompressIdealGas (Failed)
	 60 - TimeAdapt (Failed)
	102 - ArteryOutlet (Failed)
	113 - RotatingBCMagnetoDynamics2 (Failed)
	116 - ThermalActuator (Failed)
	128 - plates (Failed)
	158 - elasticity (Failed)
	220 - ParticleAdvector (Failed)
	225 - mgdyn_steady_periodic (Failed)
Errors while running CTest
I am concernd about: "elasticity", "CompressIdealGas", "ThermalActuator"... what do you think?

Thanks again,

/Xavi

PS. I kept the old ElmerSolver version and I tried both version in a .sif-file which uses "Heat Equation" and "StressSolver". The old version computed it with no problem however when using the "just installed" last version of ElmerSolver I found the following errors.

Any idea? I assume it is realted to NOT passing all the tests descibed above.

Code: Select all

MAIN: Reading Model: taper_con_2.sif
Model Input:  Unlisted keyword: [rod radius] in section: [simulation]
Model Input:  Unlisted keyword: [minimum gap guess] in section: [simulation]
Model Input:  Unlisted keyword: [display stresses] in section: [solver 1]
Model Input:  Unlisted keyword: [nonlinear apply limiter] in section: [solver 1]
Model Input:  Unlisted keyword: [skip boundary info] in section: [solver 4]
Model Input:  Unlisted keyword: [save mask] in section: [solver 4]
Model Input:  Unlisted keyword: [skip boundary info] in section: [solver 5]
Model Input:  Unlisted keyword: [save mask] in section: [solver 5]
Model Input:  Unlisted keyword: [contact surface] in section: [boundary condition 1]
Model Input:  Unlisted keyword: [displacement 2 lower limit] in section: [boundary condition 1]
Model Input:  Unlisted keyword: [ground_1] in section: [boundary condition 1]
Model Input:  Unlisted keyword: [contact surface] in section: [boundary condition 5]
Model Input:  Unlisted keyword: [displacement 2 lower limit] in section: [boundary condition 5]
Model Input:  Unlisted keyword: [ground_2] in section: [boundary condition 5]
Loading user function library: [StressSolve]...[StressSolver_Init0]

Load: Unable to open shared library: [StressSolve]
StressSolve: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [StressSolve.so]
StressSolve.so: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [./StressSolve]
./StressSolve: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [./StressSolve.so]
./StressSolve.so: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [/opt/elmer/7/share/elmersolver/lib/StressSolve]
/opt/elmer/7/share/elmersolver/lib/StressSolve: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [/opt/elmer/7/share/elmersolver/lib/StressSolve.so]
/opt/elmer/7/share/elmersolver/lib/StressSolve.so: undefined symbol: realtime_
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by raback »

Hi Xavier

Great! You should not be worried about the few test cases. We're working on them.

Are you sure that you really have the correct path setting for the new solver. I.e. is it installed in:
/opt/elmer/7/share/elmersolver/lib/
where it tries to look for the shared objects?

You might change the settings so that only the bin directory of the new solver is searched for.

-Peter
annier
Posts: 1168
Joined: 27 Aug 2013, 13:51
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by annier »

Hi Xavier,
You can set the environmental variables by writing the following settings at the end of bash file :

Code: Select all

    export ELMER_HOME=<path/to/Elmer/Installation/Directory>
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ELMER_HOME/lib
    export PATH=$PATH:$ELMER_HOME/bin

Yours
Anil Kunwar
Anil Kunwar
Faculty of Mechanical Engineering, Silesian University of Technology, Gliwice
xborras7
Posts: 37
Joined: 02 Sep 2013, 21:44
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by xborras7 »

Hej gents!

It worked! Thanks to everyone that contributed. I have been trying out previous FEM with the new ElmerSolver and no problems so far.

Pay back time! I listed in this post the steps I followed:
viewtopic.php?f=2&t=3818

BR,

/Xavier Borras
Elanid
Posts: 10
Joined: 13 Apr 2015, 04:40
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by Elanid »

Hello Colleagues,

Has anyone had this strange problem that after the installation the ctest has yielded only 13% success? I've tried everything by now and it seems that there is no solution to this problem despite my best efforts. I've posted about this issue in the other post (viewtopic.php?f=11&t=3725&p=13629&hilit ... 96f#p13629) and have not seen any-one with this case. The weirdest thing about this problem is that it does not have to do with GUI or any packages. I've tried to install the software just with the MPI, as the default. I thought that maybe my download copy is incorrect, but no matter how many time I download a new copy the failure of ctest is inevitable. I've tried to follow the official instructions at http://www.elmerfem.org/elmerwiki/index ... sing_Cmake, and thought that maybe there is something wrong with the directories settings, so I had the installation of the ElmerGUItest and it was indeed showing the correct direction only for the PATH. So I exported the correct paths, but ctest still failed; i've tried to launch the GUI and see if the step example works, well it does not show the segmentation fault but simply core dumps the whole operation :? . I've spent a solid week trying to figure out what the heck is going on and I'm still at a loss... should I completely re-install the OS again and start everything from scratch or is there any chance of success? I've tried to build from the Launchpad but I've had the same problems with the segmentation fault again. I would really like to use the newer version of Elmer due to its ability to work with magnetic field modelling but thus far it seems impossible to get it working. Please help.

Thank you, Elan.
annier
Posts: 1168
Joined: 27 Aug 2013, 13:51
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by annier »

Hi Elan,
What is the bit size of Ubuntu 14.04 - 32 or 64?
Also, please check the gcc versions and gfortran versions.

Now, can you try installing Elmer from the beginning as desribed in the first page of this post? Please remove everything you have related with Elmer and download a fresher version of Elmer as described in the post. Then install the Elmer software. If you do this, I along with other Ubuntu 14.04 users can see where there is any difference in installation process between you and us in Ubuntu 14.04. Have a try there.

Yours
Anil Kunwar
Anil Kunwar
Faculty of Mechanical Engineering, Silesian University of Technology, Gliwice
Elanid
Posts: 10
Joined: 13 Apr 2015, 04:40
Antispam: Yes

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by Elanid »

Hello Anil,

Thank you for a quick response and sorry for the delay. I have the 32bit version of Ubuntu 14.04, the gcc and the gfortran versions are 4.8.2. I've tried installing the new version of elmer, from git, and used cmake-gui to have elmer without any bells and whistles, just with the MPI. The configuration and generation did not display any errors or warnings, so I used make and make install. After running the ctest I got 12% success, the following is the ctest output:

Code: Select all

12% tests passed, 270 tests failed out of 307

Total Test time (real) = 184.66 sec

The following tests FAILED:
	  1 - mgdyn_torus (Failed)
	  2 - heateq_bdf2 (Failed)
	  4 - savescalars_flux (Failed)
	  5 - AdvReactDG_P (Failed)
	  7 - TimeFunc (Failed)
	  8 - ConstantBCDisplacement (Failed)
	  9 - mgdyn_bh (Failed)
	 10 - bodyload (Failed)
	 11 - plates (Failed)
	 13 - heateq_bdf3 (Failed)
	 16 - el_adaptivity (Failed)
	 18 - BlockPoisson2 (Failed)
	 20 - DivergenceAnalytic2D (Failed)
	 21 - HelmholtzFEM (Failed)
	 22 - ElmerGridExtrudeMaterial (Failed)
	 24 - BlockLinElast2 (Failed)
	 25 - adv_diff3 (Failed)
	 27 - ParticleAdvector (Failed)
	 28 - StrainCalculation02 (Failed)
	 29 - AdvDiffFCT (Failed)
	 30 - WaveEqu (Failed)
	 31 - StressEigen (Failed)
	 32 - mgdyn_harmonic (Failed)
	 33 - CurvedBndryPFEM2 (Failed)
	 34 - CoupledPoisson1 (Failed)
	 35 - multimesh (Failed)
	 37 - periodic_rot (Failed)
	 38 - SensTemperature (Failed)
	 40 - vortex2d (Failed)
	 41 - platesEigen (Failed)
	 42 - CoordinateTrans (Failed)
	 43 - fsi_beam (Failed)
	 44 - mgdyn_steady_piolaversion (Failed)
	 45 - PhaseChange3 (Failed)
	 46 - structmap (Failed)
	 47 - HeatControl (Failed)
	 48 - ParticleFalling (Failed)
	 49 - ElasticLubrication (Failed)
	 51 - CoupledPoisson8 (Failed)
	 52 - LimitDisplacement3 (Failed)
	 53 - CoupledPoisson5 (Failed)
	 54 - 1sttime (Failed)
	 56 - Step_ke (Failed)
	 57 - streamlines (Failed)
	 58 - mgdyn_lamstack_lowfreq_transient (Failed)
	 59 - AnalyticalTest (Failed)
	 60 - bodydir2 (Failed)
	 61 - PoissonBoltzmann (Failed)
	 62 - adv_diff4 (Failed)
	 63 - mgdyn2D_em (Failed)
	 64 - ElmerGridExtrudeHelicity (Failed)
	 65 - periodic_homogenize (Failed)
	 66 - BlockPoisson3 (Failed)
	 67 - levelset3b (Failed)
	 68 - buckling (Failed)
	 69 - DirichletNeumann (Failed)
	 70 - mgdyn_transient (Failed)
	 71 - coating (Failed)
	 72 - radiation2d (Failed)
	 73 - ContactFriction (Failed)
	 74 - DisContBoundaryNodalProj (Failed)
	 75 - RigidMeshMapper1 (Failed)
	 76 - AdvDiffHandles (Failed)
	 77 - mgdyn_airgap (Failed)
	 78 - L2norm (Failed)
	 79 - CurvedBndryPFEM (Failed)
	 80 - HelmholtzStructure2 (Failed)
	 81 - CapacitanceMatrix (Failed)
	 82 - periodic3 (Failed)
	 83 - CoupledPoisson2c (Failed)
	 84 - InductionHeating (Failed)
	 85 - ModelPDE (Failed)
	 86 - Step_sst-kw-wf (Failed)
	 87 - RotatingBCMagnetoDynamics (Failed)
	 88 - HelmholtzBEM (Failed)
	 89 - DisContBoundaryMortarJump (Failed)
	 90 - LimitDisplacement (Failed)
	 91 - tresca (Failed)
	 95 - adaptivity5 (Failed)
	 96 - savescalars (Failed)
	 98 - BlockLinElast2b (Failed)
	 99 - CoupledPoisson9 (Failed)
	100 - RotatingFlow (Failed)
	101 - DisContBoundary3D (Failed)
	102 - 2ndtime (Failed)
	103 - fluxsolver3 (Failed)
	104 - bodydir (Failed)
	107 - ParticleAdvector2 (Failed)
	108 - mgdyn_steady_periodic (Failed)
	109 - RotatingBCPoisson3DGeneric (Failed)
	110 - ParticleAdvector3 (Failed)
	111 - HelmholtzFace (Failed)
	112 - mgdyn2D_em_harmonic (Failed)
	113 - heateq_newmark (Failed)
	114 - stress (Failed)
	115 - radiation3d (Failed)
	116 - ElastPelem (Failed)
	117 - DisContBoundaryMortarJumpC (Failed)
	118 - current_heat_control (Failed)
	119 - CoupledPoisson1b (Failed)
	120 - Step_v2f (Failed)
	121 - ParticleAdvectorZalesak (Failed)
	122 - mgdyn_lamstack_lowfreq_harmonic (Failed)
	123 - pointload2 (Failed)
	124 - RotatingBCPoisson2D (Failed)
	126 - diffuser_sst (Failed)
	127 - CoupledPoisson4 (Failed)
	128 - CoupledPoisson6 (Failed)
	129 - ContactFrictionHeating (Failed)
	131 - mgdyn2D_pm (Failed)
	132 - elasticity (Failed)
	133 - OptimizeSimplexFourHeaters (Failed)
	134 - diffuser_sa (Failed)
	135 - CoupledPoisson2b (Failed)
	136 - ElastElstatBeam (Failed)
	137 - heateq_infty (Failed)
	138 - NaturalConvectionRestart (Failed)
	139 - reynolds2 (Failed)
	140 - mgdyn_harmonic_loss (Failed)
	141 - savescalars_boundary (Failed)
	142 - pmultg (Failed)
	143 - CoordinateTrans2 (Failed)
	144 - PhaseChange2 (Failed)
	145 - levelset1 (Failed)
	146 - FixPotentialLevels (Failed)
	147 - fsi_beam_optimize (Failed)
	148 - fsi_box2 (Failed)
	149 - LimitTemperature (Failed)
	150 - linearsolvers_cmplx (Failed)
	151 - pointdir (Failed)
	153 - fsi_box (Failed)
	154 - heateq (Failed)
	155 - FlowResSlip (Failed)
	156 - freesurf_ltd (Failed)
	157 - heateq_steady_start (Failed)
	159 - RotatingBCPoisson3D (Failed)
	162 - Step_stokes_block (Failed)
	163 - NormalizeMaterial (Failed)
	164 - ArteryOutlet (Failed)
	166 - BoundaryFluxes (Failed)
	167 - RotatingBCMagnetoDynamicsGeneric (Failed)
	168 - mgdyn_transient_loss (Failed)
	169 - vortex3d (Failed)
	170 - ThermalActuator (Failed)
	171 - NaturalConvection (Failed)
	172 - FlowResNoslip (Failed)
	173 - ThermalBiMetal (Failed)
	174 - freesurf_sloshing_2d (Failed)
	175 - DNS_WaveSimulation (Failed)
	176 - Step_sa (Failed)
	178 - MortarPoisson2D (Failed)
	180 - RotatingBCPoisson3DSymmSkev (Failed)
	181 - channel_v2f (Failed)
	182 - mhd (Failed)
	183 - IsolineGmsh (Failed)
	184 - DisContBoundaryMortarCont (Failed)
	185 - BoundaryFluxes2 (Failed)
	186 - BlockLinElast3 (Failed)
	187 - ParticleAdvectorPathIntegral (Failed)
	188 - levelset3 (Failed)
	189 - ThermalBiMetal2 (Failed)
	190 - CoupledPoisson7 (Failed)
	191 - mhd2 (Failed)
	192 - DisContBoundaryNodalJumpB (Failed)
	193 - mgdyn_lamstack_widefreq_harmonic (Failed)
	195 - reynolds1 (Failed)
	196 - reload (Failed)
	197 - EdgeElementInterpolation (Failed)
	198 - ExtrudedMesh (Failed)
	199 - mgdyn_torus_harmonic (Failed)
	200 - ParticleHeating (Failed)
	201 - DisContBoundaryDoubleMortar (Failed)
	202 - HelmholtzStructure (Failed)
	203 - StructuredHeightDepth (Failed)
	204 - current (Failed)
	205 - heateq_spline_table (Failed)
	206 - StrainCalculation01 (Failed)
	207 - RaviartThomas3D (Failed)
	208 - ExtrudedMesh2 (Failed)
	209 - BDM3D (Failed)
	210 - reynolds3b (Failed)
	211 - NaturalConvection2 (Failed)
	212 - DisContBoundaryMortarJumpB (Failed)
	213 - adv_diff1 (Failed)
	214 - 1dtests (Failed)
	215 - NormalizeBF (Failed)
	216 - InductionHeating2 (Failed)
	217 - RotatingBCMagnetoDynamics2 (Failed)
	219 - AdvDiffHandles2 (Failed)
	220 - StressEigen3D (Failed)
	221 - radiation (Failed)
	222 - HelmholtzPlaneWaves (Failed)
	223 - HelmholtzEdge (Failed)
	224 - elstat_infty (Failed)
	225 - BDM2D (Failed)
	226 - mgdyn_steady (Failed)
	227 - shell (Failed)
	228 - CoordinateScaling (Failed)
	229 - heateq_newmark_global (Failed)
	230 - ExtrusionStructured2D (Failed)
	231 - elstat (Failed)
	232 - CoupledPoisson2 (Failed)
	233 - InductionHeating3 (Failed)
	234 - Electrokinetics (Failed)
	236 - ContactFrictionNonlin (Failed)
	237 - HarmonicNS (Failed)
	238 - NormalizeBC (Failed)
	239 - VectorHelmholtzWaveguide (Failed)
	240 - piezo (Failed)
	241 - AdvDiffHandles3 (Failed)
	242 - RaviartThomas2D (Failed)
	243 - LimitTemperature2 (Failed)
	245 - RichardsDyke (Failed)
	247 - bentonite (Failed)
	248 - reynolds3 (Failed)
	250 - CoupledPoisson3 (Failed)
	251 - elstat_source (Failed)
	252 - marangoni (Failed)
	253 - normals (Failed)
	254 - ElastElstat1DBeam (Failed)
	255 - StokesPFEM (Failed)
	256 - fluxsolver2 (Failed)
	257 - HeatControl2 (Failed)
	258 - ShallowWaterNS (Failed)
	259 - PoissonBEM (Failed)
	260 - LimitDisplacement2 (Failed)
	261 - mgdyn_3phase (Failed)
	262 - periodic_explicit (Failed)
	263 - radiation2 (Failed)
	264 - ElmerGridExtrudeMaterial2 (Failed)
	265 - DirichletNeumannSlave (Failed)
	266 - adv_diff2 (Failed)
	267 - fluxsolver (Failed)
	268 - PoissonPFEM (Failed)
	269 - ExtrudedMesh5 (Failed)
	270 - PoissonDG (Failed)
	271 - StokesProj (Failed)
	272 - DisContBoundaryDoubleNames (Failed)
	274 - StrainCalculation03 (Failed)
	275 - staged_sim (Failed)
	276 - RichardsDyke2 (Failed)
	277 - structmap2 (Failed)
	278 - DisContBoundary (Failed)
	279 - DisContBoundaryDouble (Failed)
	280 - ConstantBCTemperature (Failed)
	281 - levelset2 (Failed)
	283 - structmap3 (Failed)
	284 - ThermoElectric (Failed)
	285 - ElmerGridExtrudeOffset (Failed)
	286 - LubricationTunedForce (Failed)
	287 - DisContBoundaryNodalJump (Failed)
	288 - shell2 (Failed)
	289 - RigidMeshMapper2 (Failed)
	290 - mgdyn_anisotropic_cond (Failed)
	291 - diffuser_v2f (Failed)
	292 - NormalTangentialDisplacement (Failed)
	293 - geomstiff (Failed)
	294 - CompressIdealGas (Failed)
	295 - AdvReactDG (Failed)
	296 - MortarMixedDimensions (Failed)
	297 - WeightComputation (Failed)
	298 - NormalTangentialDisplacement2 (Failed)
	299 - freesurf (Failed)
	300 - BlockPoisson1 (Failed)
	301 - DataToField (Failed)
	303 - Q1Q0 (Failed)
	304 - HelmholtzStructure3 (Failed)
	305 - HelmholtzPlaneWavesAxis (Failed)
	306 - ExtrudedMeshDG (Failed)
	307 - pointload (Failed)
Errors while running CTest
Please let me know if there is any additional information can I provide, and thank you for getting involved.

All Best, Elan.
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Installing Elmer in Ubuntu 14.04 using Cmake

Post by raback »

Hi

You could run any of the failed tests and show the output there.

Also, it is interesting what tests passed. Since they might have something in common, that excludes the problems.

-Peter
Post Reply