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

SAM simulation core to 3rd party library #7524

Closed
wants to merge 6 commits into from
Closed

Conversation

nmerket
Copy link
Member

@nmerket nmerket commented Sep 23, 2019

Pull request overview

This moves the SAM Simulation Core (SSC) code into the third_party library folder which should make it easier to keep up to date as well as add new capabilities.

This code should have no diffs.

@Myoldmopar I'd appreciate your help on the CMake stuff. I'm not super confident that I'm doing it right. Also, SSC throws some warnings which I'm not suppressing.

I grabbed the latest released version, but it looks like the old license is still in there even though they've changed to BSD-3.

Pull Request Author

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Title of PR should be user-synopsis style (clearly understandable in a standalone changelog context)
  • Label the PR with at least one of: Defect, Refactoring, NewFeature, Performance, and/or DoNoPublish
  • Pull requests that impact EnergyPlus code must also include unit tests to cover enhancement or defect repair
  • Author should provide a "walkthrough" of relevant code changes using a GitHub code review comment process
  • If any diffs are expected, author must demonstrate they are justified using plots and descriptions
  • If changes fix a defect, the fix should be demonstrated in plots and descriptions
  • If any defect files are updated to a more recent version, upload new versions here or on DevSupport
  • If IDD requires transition, transition source, rules, ExpandObjects, and IDFs must be updated, and add IDDChange label
  • If structural output changes, add to output rules file and add OutputChange label
  • If adding/removing any LaTeX docs or figures, update that document's CMakeLists file dependencies

Reviewer

This will not be exhaustively relevant to every PR.

  • Perform a Code Review on GitHub
  • If branch is behind develop, merge develop and build locally to check for side effects of the merge
  • If defect, verify by running develop branch and reproducing defect, then running PR and reproducing fix
  • If feature, test running new feature, try creative ways to break it
  • CI status: all green or justified
  • Check that performance is not impacted (CI Linux results include performance check)
  • Run Unit Test(s) locally
  • Check any new function arguments for performance impacts
  • Verify IDF naming conventions and styles, memos and notes and defaults
  • If new idf included, locally check the err file and other outputs

@nmerket nmerket added the Refactoring Includes code changes that don't change the functionality of the program, just perform refactoring label Sep 23, 2019
@nmerket nmerket requested a review from Myoldmopar September 23, 2019 20:47
@nmerket nmerket self-assigned this Sep 23, 2019
@nmerket
Copy link
Member Author

nmerket commented Sep 23, 2019

Okay, it looks like there are some build failures on linux, but no good error messages. I'll go build it on Ubuntu myself and see if I can get any clues there.

@nrel-bot-3
Copy link

@nmerket @lgentile it has been 28 days since this pull request was last updated.

@nrel-bot
Copy link

nrel-bot commented Dec 5, 2019

@nmerket @lgentile it has been 28 days since this pull request was last updated.

@mitchute
Copy link
Collaborator

@nmerket I believe I've addressed the CMake issues here. I could be wrong, but based on what ssc looks like over here, it looks like you're missing a bunch of source code. Now it's at least attempting to build on my machine but then gets stuck looking for the table externs in sscapi.cpp, which I don't think have been added yet.

@nrel-bot-2
Copy link

@nmerket @lgentile it has been 28 days since this pull request was last updated.

1 similar comment
@nrel-bot-2b
Copy link

@nmerket @lgentile it has been 28 days since this pull request was last updated.

@Myoldmopar Myoldmopar added this to the EnergyPlus Future milestone Mar 3, 2020
@nrel-bot-2
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 7 days since this pull request was last updated.

1 similar comment
@nrel-bot-2c
Copy link

@nmerket it has been 7 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@nrel-bot-2
Copy link

@nmerket it has been 7 days since this pull request was last updated.

1 similar comment
@nrel-bot-2c
Copy link

@nmerket it has been 7 days since this pull request was last updated.

@nrel-bot-2c
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 9 days since this pull request was last updated.

@nrel-bot-2
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@mitchute
Copy link
Collaborator

@nmerket what do you think about closing this PR for now? We can leave the branch in place to make sure the proposed changes get preserved for when work is ready to proceed.

@nrel-bot-2c
Copy link

@nmerket it has been 17 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 7 days since this pull request was last updated.

2 similar comments
@nrel-bot-2c
Copy link

@nmerket it has been 7 days since this pull request was last updated.

@nrel-bot-2
Copy link

@nmerket it has been 7 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 7 days since this pull request was last updated.

1 similar comment
@nrel-bot-2b
Copy link

@nmerket it has been 7 days since this pull request was last updated.

@nrel-bot-2c
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 9 days since this pull request was last updated.

@nrel-bot-2
Copy link

@nmerket it has been 13 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 9 days since this pull request was last updated.

@nrel-bot-2
Copy link

@nmerket it has been 7 days since this pull request was last updated.

@nrel-bot-2b
Copy link

@nmerket it has been 8 days since this pull request was last updated.

@nmerket
Copy link
Member Author

nmerket commented Sep 15, 2020

This is superceded by #8275.

@nmerket nmerket closed this Sep 15, 2020
@nmerket nmerket deleted the ssc_3rdpartylib branch September 15, 2020 15:43
@jmarrec jmarrec mentioned this pull request Feb 11, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring Includes code changes that don't change the functionality of the program, just perform refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants