PoreSim 0.2
  • API
  • Simulation
  • Complex Pore Simulation
  • Simulation 2-Phase
  • Site
    • Page
        • Simulate.set_cluster
          • Simulate.set_cluster()
    • Simulate.set_cluster
      • Simulate.set_cluster()
    Source

    Simulate.set_cluster¶

    Simulate.set_cluster(cluster)¶

    Set the dictionary containing all cluster preferences.

    Parameters:
    clusterdictionary

    Information dictionary

    Examples

    Following dictionary structure may be used as an input

    {"address": "user_name@cluster",
     "directory": "/home/pores/simulation/",
     "queuing": {"add_np": False, "mpi": "$DO_PARALLEL", "shell": "forhlr.sh", "submit": "sbatch --partition multinode"}}
    

    Back to top

    © Copyright 2023, Hamzeh Kraus.
    Created using Sphinx 7.4.6.