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

Add support for parallel Jacobian evaluation #302

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

mflehmig
Copy link
Contributor

@mflehmig mflehmig commented Jul 5, 2019

  • Parallel Jacobian evaluation will be encapsulated by USE_PARJAC defines.
  • Enable parallel Jacobian evaluation passing --enable-parjac to
    OMCompiler/configure, which will check for OpenMP support and add
    corresponding Flags to simulation makefile and c runtime makefile.

The implementation of parallel Jacobian evaluation within c runtime will follow.

- Parallel Jacobian evaluation will be encapsulated by USE_PARJAC defines.
- Enable parallel Jacobian evaluation passing --enable-parjac to
OMCompiler/configure, which will check for OpenMP support and add
corresponding Flags to simulation makefile and c runtime makefile.
@CLAassistant
Copy link

CLAassistant commented Jul 5, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@AnHeuermann AnHeuermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has no effect yet, but is neccessary to evaluate jacobians in parrallel with openMP.

@AnHeuermann
Copy link
Member

MacOS is failing, but it's failing for the same reason in other PR's as well. I assume it has nothing to do with this PR.

@adrpo adrpo merged commit 549fe86 into OpenModelica:master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants