User Tools

Site Tools


other:uvcdat:installed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:uvcdat:installed [2015/02/02 16:29]
jypeter
other:uvcdat:installed [2015/02/05 16:45]
jypeter
Line 18: Line 18:
  
 ^  Machine ​ ^  Config ​ ^  Python/​date ​ ^ Notes  ^ ^  Machine ​ ^  Config ​ ^  Python/​date ​ ^ Notes  ^
-|  LSCE  |  LSCE_13 ​ |  2.7.8, Jan 22 2015  | Used system'​s cmake (2.8.12.2) and the same recompiled Qt (4.8.5) used for uv-cdat 1.5.1 | +|  LSCE  |  LSCE_13 ​ |  2.7.8, Jan 22 2015  | **Red Hat Enterprise Linux Server release 6.6 (Santiago)**\\ Used system'​s cmake (2.8.12.2) and the same recompiled Qt (4.8.5) used for uv-cdat 1.5.1 | 
-|  VirtualBox\\ FC20  |  VB_13  |  | Used system'​s cmake (2.8.12.2) and Qt (4.8.6-18.fc20.x86_64) |+|  ciclad ​ |  ciclad_13 ​ |  2.7.8, Feb  5 2015  | **Scientific Linux release 6.6 (Carbon)**\\ ​Used system'​s cmake (2.8.12.2) and the same recompiled Qt (4.8.5) used for uv-cdat 1.5.1 | 
 +|  VirtualBox\\ FC20  |  VB_13  |  ​2.7.8,​ Feb  2 2015  ​| ​**Fedora release 20 (Heisenbug)**\\ ​Used system'​s cmake (2.8.12.2) and Qt (4.8.6-18.fc20.x86_64) |
  
 ==== Log files ==== ==== Log files ====
Line 25: Line 26:
 ^  Machine ​ ^  make  ^  ctest  ^ ^  Machine ​ ^  make  ^  ctest  ^
 |  LSCE  | {{:​other:​uvcdat:​|txt}} | {{:​other:​uvcdat:​|txt}} | |  LSCE  | {{:​other:​uvcdat:​|txt}} | {{:​other:​uvcdat:​|txt}} |
 +|  ciclad | {{:​other:​uvcdat:​|txt}} | {{:​other:​uvcdat:​|txt}} |
 |  VirtualBox\\ FC20  | {{:​other:​|txt}} | {{:​other:​|txt}} | |  VirtualBox\\ FC20  | {{:​other:​|txt}} | {{:​other:​|txt}} |
  
Line 30: Line 32:
  
 <​code>​ <​code>​
 +              --- WARNING ---
  
 +2 Packages reported as FAILED, see logs
 +
 +                contrib/​pyclimate
 +                contrib/MSU
 </​code>​ </​code>​
  
  
 === ctest summary === === ctest summary ===
 +
 +In a new installation,​ test #343 (//​diags_test_01//​) will **fail** the first time **ctest** is called because the test data in the **UVCMETRICS_TEST_DATA_DIRECTORY** directory is not available
  
 <​code>​ <​code>​
 +99% tests passed, 1 tests failed out of 343
 +
 +Total Test time (real) = 478.10 sec
  
 +The following tests FAILED:
 +        343 - diags_test_01 (Failed)
 +Errors while running CTest
 +</​code>​
 +
 +If you run **ctest -D Experimental**,​ the test data is downloaded and all tests pass!
 +
 +<​code>​
 +100% tests passed, 0 tests failed out of 343
 +
 +Total Test time (real) = 697.55 sec
 </​code>​ </​code>​
  
Line 81: Line 104:
 **-D UVCMETRICS_TEST_DATA_DIRECTORY=/<​some_scratch_directory>/​uvcmetrics_test_data** **-D UVCMETRICS_TEST_DATA_DIRECTORY=/<​some_scratch_directory>/​uvcmetrics_test_data**
  
-The content of this directory is required for ctest **Test #343: diags_test_01** to pass. Strangely, it is only downloaded when you run **ctest -D Experimental**... ​+The content of this directory is required for ctest **Test #343: diags_test_01** to pass. Strangely, it is only downloaded when you run **ctest -D Experimental**, so **ctest** (without //-D Experimental//​) fails test #343 the first time... 
  
 === LIBXML2 & LIBXSLT === === LIBXML2 & LIBXSLT ===
Line 98: Line 121:
 cmake: /​home/​share/​unix_files/​cdat/​versions/​cdat_install_uv-2.1.0_x86_64_gcc4_13/​Externals/​lib/​libxml2.so.2:​ no version information available (required by /​usr/​lib64/​libarchive.so.2) cmake: /​home/​share/​unix_files/​cdat/​versions/​cdat_install_uv-2.1.0_x86_64_gcc4_13/​Externals/​lib/​libxml2.so.2:​ no version information available (required by /​usr/​lib64/​libarchive.so.2)
 cmake version 2.8.12.2 cmake version 2.8.12.2
- 
 </​code>​ </​code>​
  
Line 105: Line 127:
 === VB_13 installation === === VB_13 installation ===
  
-During the compilation,​ make fails because of the VTK/​Mesa/​OpenGL/​FedoraCore20 related problem detailed in [[https://​github.com/​UV-CDAT/​uvcdat/​issues/​983|issue 983]]+  * During the compilation,​ make fails because of the VTK/​Mesa/​OpenGL/​FedoraCore20 related problem detailed in [[https://​github.com/​UV-CDAT/​uvcdat/​issues/​983|issue 983]]\\ \\ Solution: uncomment the **#define GLX_GLXEXT_LEGACY** line in //​build/​build/​VTK/​Rendering/​OpenGL/​vtkXOpenGLRenderWindow.cxx//​ and restart the compilation
  
-Solution: ​uncomment the **#define GLX_GLXEXT_LEGACY** line in //build/​build/​VTK/​Rendering/​OpenGL/​vtkXOpenGLRenderWindow.cxx/​/ and restart the compilation+  * After resuming the compilation with the above patch, the compilation fails because of a CMOR related make/​Makefile error described in [[https://​github.com/​PCMDI/​cmor/​issues/​14|CMOR issue 14]]\\ \\ Solution: ​indent lines 156 and 157 with a **Tab** instead of 8 spaces ​in build/​build/​cmor/Makefile ​and restart the compilation
  
 ===== 2.0.0 ===== ===== 2.0.0 =====
other/uvcdat/installed.txt · Last modified: 2017/04/04 08:30 by jypeter