Markus Blatt

Results 60 issues of Markus Blatt

See OPM/opm-common#3401 and OPM/opm-common#3434

Performance

For large files copying takes a lot of time and the request of the pgina filepond client time out. Therefore we resort to using shutil.move. The OS should prefer to...

Putting those chunks together and moving the file to temporary storage might take quite some time. Hence the response to the upload of the last chunk might take longer than...

Is there a special reason why a file is build in-memory from the chunks? It seems like this could make a server run out of memory for many concurrent large...

If the TemporaryUploadChunked object gets deleted in django then all the files of the chunked upload will stay there.

This output was missing from the init file previously. Now MULTPV will be output if it is specified in the GRID or EDIT section. Support for MULTPV in the SCHEDULE...

We have a [test PORV](https://github.com/OPM/opm-common/blob/486882624d4cea17956fe5f681367246977aba7d/tests/parser/FieldPropsTests.cpp#L339-L465) in FieldPropsTests.cpp with: ``` EDIT BOX 1 10 1 10 4 4 / MULTPV 100*4 / ENDBOX BOX 1 10 1 10 3 3 /...

question

Test PORV2 is nearly the same as PORV. The only difference is in the EDIT section where we but MULTPV after PORV (instead of the other way around). As these...

While comparing the PRT files of a serial with a parallel run, I noticed that in parallel the report are written in quite an arbitrary order. That make comparing rather...

This can happen if both TUNING and NEXTSTEP are used. In this case the smaller positive value should be used.