Giter Club home page Giter Club logo

visitessi's Introduction

visitESSI

###Usage

Look at this video.

<iframe width="560" height="315" src="https://www.youtube.com/embed/mrT5L4xsKs0" frameborder="0" allowfullscreen></iframe>

###Installation

There are two methods to get this plugin working depending on the way you have installed Visit.

  • If you install a precompiled version of visit
  • If you compile your own VisIt

####If you install a precompiled version of visit

This assumes that you have successfully installed a binary distribution of visit and that the /bin directory of the VisIt distribution is in your path. ** Important ** Make sure you use a compiler that is binary-compatible with the one used to compile VisIt (e.g. this has been tried successfuly with a VisIt binary compiled with gcc 4.8 and a local compiler for the plugin gcc 4.9).

Checkout the latest version of visitESSI

Do:

cd visitESSI
xml2cmake -clobber visitESSI.xml
cmake .
make 

If the last step goes well, you should be able to run VisitESSI plugin. Confirm by checking whether the plugin is available by trying to open an ESSI output file or see if visitESSI is one of the plugins available for opening files.

####If you compile your own VisIt

A VisIt plugin that reads ESSI (HDF5) output. For what follows $(VISIT_DIR) is the directory where the visit tarball and install script are installed.

Compiles with VisIt 2.9.2 on Ubuntu 14.04, with gcc-4.9. Do a regular install of VisIt. I use the flags:

./build_visit2_9_2 --required --hdf5 --szip --makeflags "-j 16"

Once visit compiles without errors (and you can execute the visit executable), then go into

cd $(VISIT_DIR)/visit2.8.1/visit2.8.1/src/databases
git clone https://github.com/jaabell/visitESSI.git
cd visitESSI
../../bin/xml2cmake -clobber visitESSI.xml
cd ..

Now you should be in $(VISIT_DIR)/visit2.8.1/visit2.8.1/src/databases again. There you need to edit the CMakeLists.txt file to add the visitESSI plugin to the list of plugins that depend on HDF5. I put mine just under the line that reads:

ENDIF(NOT XDMF_FOUND)
CHECK_THIRDPARTY_DEPENDENT_PLUGINS(HDF5
visitESSI
AMR

Once that is done, go one level up ($(VISIT_DIR)/visit2.8.1/visit2.8.1/src/) and type

cmake .
make -j $(nprocs)

Wher $(nprocs) is the number of processes you wish yo use.

If all goes well, VisIt should be aware of plugin and be able to open .h5.feioutput files.


UCD CompGeoMech

Created by: Jose Abell

Last update to this timestamp: Thu 21 May 2015 18:26:00 PDT

visitessi's People

Contributors

jaabell avatar

Stargazers

Yuan Feng avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.