Commit Graph
128 Commits
Author SHA1 Message Date
Magne Sjaastad 038914dc01 Delete octave tests, moved to test repository
See https://github.com/OPM/ResInsight-regression-test
2018-01-08 21:47:23 +01:00
Magne Sjaastad 1df20d1b10 #2313 Improve cmake tooltip text and mark as advanced 2018-01-05 14:21:02 +01:00
Magne Sjaastad c4369a2861 Octave : Do not compare well names by index, as the index of wells can change 2018-01-05 11:24:13 +01:00
Jacob Støren 2febb1ea0b #1760 Add missing documentation of riGetGridPropertyForSelectedCells 2017-08-16 08:42:04 +02:00
Bjørnar Grip Fjær 993a7c2038 #1760 Add markdown formatted documentation for new Octave interface commands 2017-08-14 10:24:12 +02:00
Bjørnar Grip Fjær 7e3e538a43 #1662 Octave interface to push generated NNC values back into ResInsight 2017-08-08 13:13:05 +02:00
Bjørnar Grip Fjær c6575460da Fix documentation for riGetSelectedCells 2017-08-07 15:30:23 +02:00
Bjørnar Grip Fjær 79c48338a7 #1741 Add octave interface command to get names of available NNC properties 2017-08-07 15:30:16 +02:00
Bjørnar Grip Fjær cf2df771d4 #1675 Selected cell interface for Octave 2017-08-03 14:35:46 +02:00
Bjørnar Grip Fjær fc8eefb5fe #1688 Make all commands using a [RequestedTimeSteps] handle a single timestep 2017-08-03 14:23:50 +02:00
Bjørnar Grip Fjær 3a97384dcd #1689 Improve help texts of NNC commands for Octave interface 2017-08-02 14:40:28 +02:00
Bjørnar Grip Fjær 44f0234096 #1661 Octave interface for getting static and dynamic NNC result values from ResInsight 2017-06-29 11:19:07 +02:00
Bjørnar Grip Fjær 9bea767cdf #1663 Octave interface to get NNC-pair information 2017-06-29 09:07:21 +02:00
Magne Sjaastad 0472230523 #1473 Octave on Windows : Add Sleep before closing octave socket 2017-05-09 13:35:06 +02:00
Magne Sjaastad 97d053cc68 #1014 System : Install files directly in Install folder without extra ResInsight folder 2016-12-01 11:23:52 +01:00
Jacob Støren f9cf5cdb3c More fixup of the octave scripts 2016-11-25 10:53:01 +01:00
Jacob Støren 0a78d72db9 Cleaned up example Octave Scripts 2016-11-25 10:24:17 +01:00
Jacob Støren f28c18d76a Removed two dubious test lines from the Octave Unit test (#325)
they did not pass in Octave-4.0.0, and I can't see their actual
testing value.
2015-07-01 07:44:52 +02:00
Jacob Støren 09d14c8ee2 Support Octave-4.0.0 on windows.(#325)
The modifications is also working in the old 3.6.1 version of octave,
so they should be good in the versions between too.
2015-07-01 07:44:51 +02:00
Jacob Støren 70b84957f9 Changed the oct-file build system to also handle octave-4.0.0 (#325) 2015-07-01 07:44:50 +02:00
Jacob Støren 710f3d6c62 Adjusted cmake messages 2015-05-19 21:27:29 +02:00
Roland Kaufmann b019ad260d Duplicate MacOS X framework voodoo for mkoctfile
When CMake encounter a framework in the list passed to
include_directories, it will change this into an -F option. We have to
do the same when we want to pass this list to the mkoctfile custom
command.
2015-01-01 19:46:25 +01:00
Magne Sjaastad 8c259dcd5e Octave interface test fixes
Do not test for number of properties, as this now is dynamic
Do not read out SOIL, as the changes in property handling does not
support statistics for derived results, and SOIL is now part of the
general derived results.
2014-09-08 15:36:44 +02:00
Magne Sjaastad 1e7bde299d Added build configuration description for Octave for Windows 2014-08-14 10:55:45 +02:00
Jacob Støren c96169c62e Fixed crash in loading Statistics RegTest manually 2014-07-02 14:11:56 +02:00
Jacob Støren 82e97da553 Fixed Octave Hang after large dataset writes
https://github.com/OPM/ResInsight/issues/192
2014-06-30 12:00:41 +02:00
Magne Sjaastad 924a43b4bc Fix for Octave config with system Qt 2014-06-09 13:12:56 +02:00
Magne Sjaastad c431e1c1d9 Use system Qt if no custom Qt for Octave plugins is specified 2014-06-09 12:22:36 +02:00
Magne Sjaastad f1a0bd679c Removed riSocketTools and updated use of block data transfer 2014-04-22 13:17:54 +02:00
Magne Sjaastad e799a25c2e Block transfer for active cell info 2014-04-22 13:17:53 +02:00
Magne Sjaastad 19b655542a Use block transfer for data transfer of cell properties 2014-04-22 13:17:53 +02:00
Magne Sjaastad 32bfb65a9d Added socket data transfer
Added one common class used to transfer data using socket. This class is
used both from the Octave plugins and from the socket server code in
ResInsight
2014-04-22 13:17:52 +02:00
Magne Sjaastad 1693ae25dd Updated riGetGridProperty 2014-04-22 13:17:47 +02:00
Magne Sjaastad b16536c9b0 Use socket block read/write for geometry data 2014-04-22 13:17:45 +02:00
Magne Sjaastad 414384804e Moved socket max byte count to riSettings
Added header files to cmake
2014-04-22 13:17:45 +02:00
Magne Sjaastad 1fd4c56a46 Moved Octave socket reading into riSocketTools 2014-04-22 13:17:44 +02:00
Magne Sjaastad 492d86c39f Added block read from socket 2014-04-22 13:17:44 +02:00
Magne Sjaastad 0fc0b62f7d Updated use of buffer read 2014-04-22 13:17:14 +02:00
magnesj 14521bd5b0 Temporarily fixes for handling communication of more than 2GB data to/from octave 2014-04-22 13:16:33 +02:00
Magne Sjaastad 2deb434a07 Fix compile of ResInsight without Octave plugins 2013-10-24 16:03:39 +02:00
Jacob Støren a29756edb4 Build system: Set 32bitOctave option not advanced 2013-10-17 13:38:51 +02:00
Magne Sjaastad ffdeb6fdeb CMAKE: Add missing NAMES keyword 2013-10-17 08:10:03 +02:00
Magne Sjaastad 290c6ea402 CMAKE: Also look for qmake-q4 for RHEL6 2013-10-17 08:05:58 +02:00
Magne Sjaastad 90e10dea4d Mark option as advanced to hide from normal GUI options 2013-10-16 14:17:34 +02:00
Magne Sjaastad ea45279154 Improved the build configuration of OctavePlugins. Added an advanced
option on Windows VS2010 to compile 32-bit octave plugins when compiling
ResInsight 64-bit. Renamed some options.
2013-10-16 13:57:48 +02:00
JacobStoren a82b46846d Octave interface: Copy oct files to the same directory as the ResInsight
binary to ease testing on linux.
2013-10-08 15:19:21 +02:00
Jacob Støren 52c2d4ba8d Octave Interface: Unit Test Complete stage 1 2013-10-08 14:52:33 +02:00
Jacob Støren cf3cf7c3f9 Octave Interface : Unit test. Still Work in progress
But several bugs have been discovered.
2013-10-08 13:54:35 +02:00
Jacob Støren 8a66e0fd5c Octave Interface: getWellNames: Return Cell values
instead of char matrix.
2013-10-08 13:48:36 +02:00
Jacob Støren 88df686902 Octave interface: Fixed switched dimentions on riGetCoarseningInfo 2013-10-08 10:06:49 +02:00