-
Notifications
You must be signed in to change notification settings - Fork 355
Optionally add links to load_compass_env.sh in test cases #617
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
Optionally add links to load_compass_env.sh in test cases #617
Conversation
This is specified either in the config file or at the command line.
This will allow different cores to be synced with different versions of the compass conda environment and will allow each core to update the version its develop branch as needed.
@matthewhoffman, this would add a capability we've already been using a little bit on If this functionality sounds useful to you, you will likely want to add a copy of the script to |
@mark-petersen, I am having trouble with other testing I'm doing because of conflicts between I realized in the process of putting in the changes we have made (which, after reversion of some of my MPI work, is just linking |
TestingI tested by setting up the |
@xylar , this sounds useful. I will try it out. |
@matthewhoffman, keep in mind that the more recent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xylar this is fine with me if you've tested it. I've seen those merge conflicts as well, so it would be nice to merge it in.
@matthewhoffman any comments, or should we proceed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xylar , thanks for pointing this out to me. I don't see any problems with adding this. I'll wait and see how you use it in the ocean before thinking about adapting it for our testing.
This is specified either in the config file or at the command line.