Skip to content

distributed Henry calc'ns #212

@eahenle

Description

@eahenle

Calculating Henry coefficients for multiple crystals and/or gases in a @distributed for loop, using julia -p X with X > 4 does not work. The result is an error: Use 5 cores or less for Henry coefficient calculations to match the number of blocks

So, it seems that for a single crystal you can only use 4 processes (inconsistent with the error message) and for a single script execution you can also only use 4 processes (as opposed to 4 procs per crystal). This can be worked around by using a shell script to drive the loop and fire off julia -p 4 jobs for each crystal, but should be looked into for better usability and efficiency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions