wiki:cypress/Visualization Toolkit (VTK)

Version 3 (modified by fuji, 9 years ago) ( diff )

Visualization Toolkit

http://www.vtk.org/Wiki/VTK/Tutorials

C++ =

$ module load vtk

anaconda python

To use anaconda python

$ module load anaconda

But the current version of anaconda doesn't have vtk package in default.

To install vtk package in local, first you have to create local python clone.

[fuji@cypress2 VTK]$ conda create -n my_root --clone=/share/apps/anaconda/2.1.0
src_prefix: '/share/apps/anaconda/2.1.0'
dst_prefix: '/home/fuji/envs/my_root'
Packages: 140
Files: 0
Fetching package metadata: ..
Linking packages ...
[      COMPLETE      ] |##############################################################################################################################################################################| 100%
#
# To activate this environment, use:
# $ source activate my_root
#
# To deactivate this environment, use:
# $ source deactivate
#

Then do

$ source activate my_root

Now you can install vtk package,

$ conda install vtk

From next time, to use anaconda python

$ module load anaconda
$ source activate my_root
Note: See TracWiki for help on using the wiki.