Skip to main content

No project description provided

Project description

opm-origen

Bulding with docker-compose

First, create an env variables file by copying config.env.example into config.env:

$> cp config.env.example config.env

If you wish to publish the package in pypi, you will have to obtain a pypi token and set the environment variable PYPI_API_TOKEN in config.env.

After that, you can simply use docker-compose to run commands:

docker-compose run build 

Building the package without docker/docker-compose

Prerequisites

  • Install make, cmake and g++
  • Build/Install Opm-Common
  • Build/Install Opm-Grid

Install opm packages

sudo apt-add-repository ppa:opm/ppa
sudo apt-get update

sudo apt-get install libopm-common-dev
sudo apt-get install libopm-grid-dev

How to build

git clone git@github.com:OriGenAI/opm-origen.git
cd opm-origen
mkdir build
cd build
cmake ..
make

How to use

  • Copy the binary under build/lib folder
  • Import the binary from your Python code
  • Call the library functions

Examples

from origen.ai.ecl import read_transmissibility

trans = read_transmissibility("path-to-data.DATA")
print(trans)

Develop

You can use the main.cpp file to debug. Just call your function from there and compile the code. You will find the binary in build/bin/main

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

origen_ai_ecl-0.2.3.tar.gz (194.8 kB view details)

Uploaded Source

Built Distribution

origen_ai_ecl-0.2.3-py3-none-any.whl (195.5 kB view details)

Uploaded Python 3

File details

Details for the file origen_ai_ecl-0.2.3.tar.gz.

File metadata

  • Download URL: origen_ai_ecl-0.2.3.tar.gz
  • Upload date:
  • Size: 194.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.8.13 Linux/6.1.11-100.fc36.x86_64

File hashes

Hashes for origen_ai_ecl-0.2.3.tar.gz
Algorithm Hash digest
SHA256 f60afe1ce1127aa50c261f119608fc3004427e78409c58a166819eed5de48061
MD5 0ce8e1ce53ead85fa251a6122001526b
BLAKE2b-256 c6ac0436fa91560236ed25e24ada69be96783397c0941562bebc0c75b0309170

See more details on using hashes here.

File details

Details for the file origen_ai_ecl-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: origen_ai_ecl-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 195.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.8.13 Linux/6.1.11-100.fc36.x86_64

File hashes

Hashes for origen_ai_ecl-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 75b26de005a90909a0fcafd647ca59b6811dc8a6a720719d7e5b4048aa89fc9a
MD5 ca66d8ceb754cc7222ee79383cd2860d
BLAKE2b-256 84b4142be8598562d6482043ec4633255333092f61c1ea57d1fdf0ca86fe0372

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page