GithubHelp home page GithubHelp logo

Comments (2)

bch0w avatar bch0w commented on July 26, 2024

The NUMBER_OF_SIMULTANEOUS_RUNS parameter is available in all versions of SPECFEM and would be a useful target for this issue. It allows a User to submit one large job for N events, each event running on P processors. Rather than submitting N array jobs, each running on N cores, the User submits one job on NxP cores, and internally SPECFEM will distribute the job.

I need to test this capability and see what the finer details are, but I think SeisFlows can take advantage of this capability to submit large, long queue time, high core-number jobs.

from seisflows.

bch0w avatar bch0w commented on July 26, 2024

Notes on NUMBER_OF_SIMULTANEOUS_RUNS parameter (developing with Global code)

https://specfem3d-globe.readthedocs.io/en/latest/04_running_the_solver/#note-on-the-simultaneous-simulation-of-several-earthquakes

  • Each run???? directory that is not run0001 does not require a Par_file
  • Failed runs create text files with names like 'run0001_failed' or 'run_with_local_rank_00000000and_global_rank_00000000_failed'
  • The ROOTDIR LOCAL_PATH directories (OUTPUT_FILES and DATABASES_MPI) can be empty (when using broadcast_mesh_and_model parameter). Only run0001 requires actual mesh and model files
  • ROOTDIR/DATA only requires a Par_file but not CMTSOLUTION or STATIONS file

Outline on what will need to be changed:

  • Solver must initialize working directories to match required SPECFEM structure (cdf4841)
  • System needs to submit one large job rather than array job
  • Workflow needs to be adjusted to bundle jobs differently since things like preprocessing cannot be included in this large many-core job
  • Preprocessing, and bookkeeping needs to be re-structured as it currently is addressed by each solver array job. This will likely require some code restructuring.

from seisflows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.