ParaView: Build And Install on Grid5000 testbed: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:


=Build Configuration=
=Build Configuration=
The build configuration is the same one as in [http://www.paraview.org/Wiki/ParaView:Build_And_Install#Download_And_Install_MESA_3D_libraries] and [http://www.paraview.org/Wiki/ParaView_And_Mesa_3D]
The build configuration is the similar to  [http://www.paraview.org/Wiki/ParaView:Build_And_Install#Download_And_Install_MESA_3D_libraries] and [http://www.paraview.org/Wiki/ParaView_And_Mesa_3D]


In an effort to ensure reproduciblility, Kameleon's Grid5000's community tool [http://kameleon.imag.fr/] is used.
In an effort to ensure reproduciblility, Kameleon's Grid5000's community tool [http://kameleon.imag.fr/] is used.
Level of reproducibility:
Level of reproducibility:
  - Base image
  - Base image
   - all the software are built and installed on a debian-7 wheezy image  
   - all the software are built and installed on a debian-8 jessie image  
   - Grid'5000 offers reproducible  base images (configuration script available here [http://tobe.set])
   - Grid'5000 offers reproducible  base images (configuration script available here [http://tobe.set])
   - Grid'5000 allows the deployment of *complete system images* *chose more precise description*  
   - Grid'5000 allows the deployment of *complete system images* *chose more precise description*  
  - Recipe
  - Recipe
   - kameleon recipe available here [https://github.com/lrahmani/paraview-catalyst-g5k/tree/master]
   - kameleon recipe available here [https://github.com/lrahmani/paraview-catalyst-g5k/tree/develop]
   - Software installed used apt-get is reproducible as far as the the apt-get source list is not changed\
   - Software installed used apt-get is reproducible as far as the the apt-get source list is not changed\
  - Usage
  - Usage
   - the new built image (with paraview installed) can be deployed to run experiments on or as a base image to further Kameleon scripts
   - the new built image (with paraview installed) can be deployed to run experiments on or as a base image to further Kameleon recipes


=Build And Install=
=Build And Install=
To build the image follow the steps described in kameleon's official documentation [http://kameleon.imag.fr/installation.html] and [http://kameleon.imag.fr/getting_started.html].
To build the image follow the steps described in kameleon's official documentation [http://kameleon.imag.fr/installation.html] and [http://kameleon.imag.fr/getting_started.html].
For build configuration specific to this recipe check [https://github.com/lrahmani/paraview-catalyst-g5k/tree/lrahmani-readme-draft]

Revision as of 22:38, 16 September 2016

Introduction

This wiki page describes steps to build and install ParaView with Catalyst on the Grid'5000 testbed[1]. OSMesa is the OpenGL implementation.

Build Configuration

The build configuration is the similar to [2] and [3]

In an effort to ensure reproduciblility, Kameleon's Grid5000's community tool [4] is used. Level of reproducibility:

- Base image
 - all the software are built and installed on a debian-8 jessie image 
  - Grid'5000 offers reproducible  base images (configuration script available here [5])
  - Grid'5000 allows the deployment of *complete system images* *chose more precise description* 
- Recipe
 - kameleon recipe available here [6]
  - Software installed used apt-get is reproducible as far as the the apt-get source list is not changed\
- Usage
 - the new built image (with paraview installed) can be deployed to run experiments on or as a base image to further Kameleon recipes

Build And Install

To build the image follow the steps described in kameleon's official documentation [7] and [8].