Ticket #1642 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Integrate VATES build with Mantid build

Reported by: Nick Draper Owned by: Owen Arnold
Priority: major Milestone: Iteration 28
Component: VATES Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Whitty

Description


Change History

comment:1 Changed 10 years ago by Owen Arnold

(In [6641]) refs #1642 Hexahedron type introduced to handle cell type operation. This type is a placeholder/stub. It is incomplete.

comment:2 Changed 10 years ago by Owen Arnold

(In [6642]) refs #1642 CompositeImplicitFunction type introduced.

comment:3 Changed 10 years ago by Owen Arnold

(In [6696]) refs #1642. Update rebinning infoschema so that functions and operations are siblings. Operations also express no precedence (last wins).

comment:4 Changed 10 years ago by Owen Arnold

(In [6697]) refs #1642 Adding functions now acheived using shared pointers. Makes transparent that memory management is handled internally and therefore prevents double delete calls.

comment:5 Changed 10 years ago by Owen Arnold

(In [6840]) refs #1642 Supports PlaneImplicitFunction calculations.

comment:6 Changed 10 years ago by Owen Arnold

(In [6859]) refs #1642 Support remote construction of key implicit function types

comment:7 Changed 10 years ago by Owen Arnold

(In [6893]) refs #1642 XML deserialisation introduced.

comment:8 Changed 10 years ago by Owen Arnold

(In [6900]) refs #1642 XML deserialisation for PlaneImplicitFunction

comment:9 Changed 10 years ago by Owen Arnold

(In [6927]) refs #1642 Mock out successor parameter parsers. Adapt Function builder interfaces to become more explicit.

comment:10 Changed 10 years ago by Owen Arnold

(In [6929]) refs #1642. Refactor PlaneFunctionParser.

comment:11 Changed 10 years ago by Owen Arnold

(In [6938]) refs #1642. Deserialization of composite implicit functions.

comment:12 Changed 10 years ago by Owen Arnold

(In [6972]) refs #1642. serialization routines for vates communication domain types.

comment:13 Changed 10 years ago by Owen Arnold

(In [7007]) refs #1642. Reorganise and rename in prep for providing factories.

comment:14 Changed 10 years ago by Owen Arnold

(In [7035]) refs #1642. Basic supporting slicing function factories.

comment:15 Changed 10 years ago by Owen Arnold

(In [7036]) refs #1642. Modifications provide PlaneImplicitFunctionParser with a setParameterParser method. Fix to shared pointer header includes.

comment:16 Changed 10 years ago by Owen Arnold

(In [7039]) refs #1642. Minor fix for v destructor.

comment:17 Changed 10 years ago by Owen Arnold

(In [7040]) refs #1642. Outstanding boost shared ptr path updated.

comment:18 Changed 10 years ago by Owen Arnold

(In [7041]) refs #1642. Outstanding boost shared ptr path updated.

comment:19 Changed 10 years ago by Owen Arnold

(In [7043]) refs #1642. Minor fix for v destructor.

comment:20 Changed 10 years ago by Owen Arnold

(In [7044]) refs #1642. struct keyword missing from friend dec. Fixed.

comment:21 Changed 10 years ago by Owen Arnold

(In [7067]) refs #1642. Slicing factories exposed.

comment:22 Changed 10 years ago by Owen Arnold

(In [7085]) refs #1642 Fix namespace issues

comment:23 Changed 10 years ago by Owen Arnold

(In [7090]) refs #1642 Linux gcc 4.4.5 modifications

comment:24 Changed 10 years ago by Owen Arnold

(In [7091]) refs #1642 Linux gcc 4.4.5 modifications

comment:25 Changed 10 years ago by Owen Arnold

(In [7092]) refs #1642 Fix implementation error of reflect function

comment:26 Changed 10 years ago by Owen Arnold

(In [7093]) refs #1642 Obsolete parameter parser implementation.

comment:27 Changed 10 years ago by Owen Arnold

(In [7094]) refs #1642 Cosmetic change to headers.

comment:28 Changed 10 years ago by Owen Arnold

(In [7095]) refs #1642 Modified construction logic.

comment:29 Changed 10 years ago by Owen Arnold

(In [7099]) refs #1642. Removed disused headers and files.

comment:30 Changed 10 years ago by Owen Arnold

(In [7109]) refs #1642 Tests work on gcc.

comment:31 Changed 10 years ago by Owen Arnold

(In [7128]) refs #1642 Visit Plugin linked against Mantid using CMake

comment:32 Changed 10 years ago by Owen Arnold

(In [7255]) refs #1642. Coding standards and modelling rules.

comment:33 Changed 10 years ago by Owen Arnold

(In [7256]) refs #1642. Note on MD Workspace volatility.

comment:34 Changed 10 years ago by Owen Arnold

(In [7257]) refs #1642. Update visualisation design text.

comment:35 Changed 10 years ago by Owen Arnold

(In [7260]) refs #1642. Support for dimensions and dimension sets.

comment:36 Changed 10 years ago by Owen Arnold

(In [7261]) refs #1642. XML schema for MD instructions introduced.

comment:37 Changed 10 years ago by Owen Arnold

(In [7262]) refs #1642. GCC fixes for Dimension types.

comment:38 Changed 10 years ago by Owen Arnold

(In [7263]) refs #1642. Fix to composite implicit parser test.

comment:39 Changed 10 years ago by Owen Arnold

(In [7267]) refs #1642. Slicing operations using mantid to serialise and deserialise MD information passed between neighbouring filters.

comment:40 Changed 10 years ago by Owen Arnold

(In [7304]) refs #1642. DimensionParameter may reset integration.

comment:41 Changed 10 years ago by Owen Arnold

(In [7305]) refs #1642. Increase test coverage.

comment:42 Changed 10 years ago by Owen Arnold

(In [7308]) refs #1642. Addition of convenience method to access integration flag of the contained integration object.

comment:43 Changed 10 years ago by Owen Arnold

(In [7309]) refs #1642. Fix test comment.

comment:44 Changed 10 years ago by Owen Arnold

(In [7369]) refs #1642. slicing xml updated.

comment:45 Changed 10 years ago by Owen Arnold

(In [7506]) refs #1642. IMDWorkspace extension prior to full implementation over MatrixWorkspace

comment:46 Changed 10 years ago by Martyn Gigg

(In [7508]) Fix the linux build. Nested templates brackets need spaces between them. Re #1642

comment:47 Changed 10 years ago by Martyn Gigg

(In [7512]) Update a test due to a removed member function. Re #1642

comment:48 Changed 10 years ago by Owen Arnold

(In [7674]) refs #1642. Fix image sizes.

comment:49 Changed 10 years ago by Owen Arnold

(In [7864]) refs #1642. Minor changes to slicing related functions.

comment:50 Changed 10 years ago by Nick Draper

  • Milestone changed from Iteration 26 to Iteration 27

Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.

comment:51 Changed 10 years ago by Nick Draper

  • Milestone changed from Iteration 27 to Iteration 28

Bulk move of tickets at the end of iteration 27

comment:52 Changed 9 years ago by Owen Arnold

  • Status changed from new to accepted

comment:53 Changed 9 years ago by Owen Arnold

  • Status changed from accepted to verify
  • Resolution set to fixed

This is done. See CMake scripts. Enable Make Vates and provide the path to the ParaViewDir and you're done. We do have some issues on one platform (namely) RHL5 owing to HDF5 dependencies. This is now covered under a separate ticket #2851 and will be fixed in the next iteration.

comment:54 Changed 9 years ago by Michael Whitty

  • Status changed from verify to verifying
  • Tester set to Michael Whitty

comment:55 Changed 9 years ago by Michael Whitty

  • Status changed from verifying to closed

comment:56 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2489

Note: See TracTickets for help on using tickets.