Commit Graph
138 Commits
Author SHA1 Message Date
Gaute Lindkvist 930abbf02f Python: added tests and made Octave InputPropTest.m general
* removed non-general hard-coded grid sizes and added timing to Octave test
* added two Pythonbenchmarks (sync and async) for the same test
2019-06-04 10:49:35 +02:00
Gaute Lindkvist 5379e95857 Python: more examples + a comparable Octave Example 2019-06-04 08:45:13 +02:00
Magne Sjaastad 387d7cf7c2 System : Use appropriate mode when displaying a cmake message 2019-04-08 12:32:14 +02:00
Magne Sjaastad b0ad6df123 System : Compile Octave plugins using Octave Qt by default 2019-01-28 14:50:02 +01:00
Magne Sjaastad fff68b3ea6 #3962 Octave : Replace deprecated function is_numeric_type 2019-01-15 07:28:50 +01:00
Magne Sjaastad 6ca725b5e8 #3932 Octave : Cleanup 2019-01-07 13:05:44 +01:00
Magne Sjaastad 2213bab996 #3930 Octave : Fix includes and replace deprecated functions 2019-01-07 12:46:42 +01:00
Magne Sjaastad c7e5373aaa #3932 Octave : Support Qt5 2019-01-07 12:46:23 +01:00
Magne Sjaastad 897a20a3df #3930 Octave : Add missing includes 2019-01-07 12:39:18 +01:00
Magne Sjaastad 79a32af209 Octave Plugin : Move definition of qtDataStreamVersion to RiaSocketServerDefines
After conversion from NULL -> nullptr the octave plugins failed to compile. By moving the define of qtDataStreamVersion this issue was resolved, and the dependency from oct-files to RiaSocketServer.h was not required anymore (and removed)
2018-02-20 08:26:19 +01:00
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