Commit Graph

16 Commits

Author SHA1 Message Date
Magne Sjaastad
3b899d4fdb #6902 Octave Plugin: Use %s to concatenate text strings 2020-11-03 06:39:46 -05:00
Magne Sjaastad
2213bab996 #3930 Octave : Fix includes and replace deprecated functions 2019-01-07 12:46:42 +01:00
Magne Sjaastad
897a20a3df #3930 Octave : Add missing includes 2019-01-07 12:39:18 +01:00
Magne Sjaastad
0472230523 #1473 Octave on Windows : Add Sleep before closing octave socket 2017-05-09 13:35:06 +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
19b655542a Use block transfer for data transfer of cell properties 2014-04-22 13:17:53 +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
Jacob Støren
aee87bd100 Octave interface: Updated help text 2013-10-07 17:03:28 +02:00
Jacob Støren
a7ba7c793c Octave Interface: Fixed wrong timestep array detection
The test to check whether an argument was a array of timestep indices
was not good enough. Text was also interpreted as a matrix.
Typechecking of the arguments is difficult due to the lack of
documentation of the octave API
2013-10-07 11:47:09 +02:00
Magne Sjaastad
2372cf86ca Octave: Use long timeout (60 s) for all socket data transfer, as socket
data transfer is dependent on several layers of network optimizations.
2013-09-30 20:54:31 +02:00
Magne Sjaastad
8c128aeb6e Added more detailed timeout for data transfer between ResInsight and Octave
p4#: 22148
2013-08-12 11:38:09 +02:00
Magne Sjaastad
494a5857dd Improved text output to Process Monitor and added grid index
p4#: 22145
2013-08-12 10:12:36 +02:00
Magne Sjaastad
b45c49104a Allow dataset to be received by ResInsight from Octave to have a dimension of 3, meaning 4D dataset with one time step
Fixed comments
p4#: 22143
2013-08-09 13:42:25 +02:00
Jacob Støren
f091629676 Octave Interface: Fixed two issues with setGridProperty
Missing argument check and wrong dimension check
p4#: 21828
2013-06-04 16:10:39 +02:00
Magne Sjaastad
3b05c59b55 Test for ijk dimention match before reading data
Whitespace fixup
p4#: 21749
2013-05-28 11:11:11 +02:00
Magne Sjaastad
5bca9b28c1 Added riSetGridProperty
Some known issues related to parsing of the Octave arguments
p4#: 21747
2013-05-28 10:43:32 +02:00