Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring CPU usage during SEG-Y import/export #392

Merged
merged 4 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Update CPU count configuration for parallel operations

    Changes have been made to improve the control of parallel computations in the application. The number of CPUs used by the mdio_to_segy and to_zarr methods can now be controlled by altering environmental variables MDIO__EXPORT__CPU_COUNT and MDIO__IMPORT__CPU_COUNT respectively. This allows users to optimize the program's performance based on their specific hardware setup.
    tasansal committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a82fe80 View commit details
    Browse the repository at this point in the history
  2. update lockfile

    tasansal committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bf1ac34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f8c187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1d6332 View commit details
    Browse the repository at this point in the history