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

Support parallel Make in Legacy build system #685

Open
rcabell opened this issue Feb 23, 2023 · 0 comments · May be fixed by #686
Open

Support parallel Make in Legacy build system #685

rcabell opened this issue Feb 23, 2023 · 0 comments · May be fixed by #686

Comments

@rcabell
Copy link
Collaborator

rcabell commented Feb 23, 2023

Expected Behavior

Using make -j should allow for parallel Make building of the model

Current Behavior

Incorrectly specified dependencies cause errors when using parallel build.

Possible Solution

Fix dependency specification in various Makefiles

Steps to Reproduce (for bugs)

  1. Checkout and configure code
  2. run make -j
  3. Marvel in the lengthy spew of errors

Your Environment

  • Version of the code used: 5.3.0
  • Operating System and version: Linux / macOS
  • Compiler and version: Any
@rcabell rcabell linked a pull request Feb 23, 2023 that will close this issue
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 a pull request may close this issue.

1 participant