-
Notifications
You must be signed in to change notification settings - Fork 459
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
Move calls to GetNewUnit into file opening routines and wrap with !$OMP critical #2538
Open
andrew-platt
wants to merge
23
commits into
OpenFAST:rc-3.5.5
Choose a base branch
from
andrew-platt:f/GetNewUnit_in_fileOpening
base: rc-3.5.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Move calls to GetNewUnit into file opening routines and wrap with !$OMP critical #2538
andrew-platt
wants to merge
23
commits into
OpenFAST:rc-3.5.5
from
andrew-platt:f/GetNewUnit_in_fileOpening
+256
−752
Commits on Nov 28, 2024
-
NWTClib: call GetNewUnit in every file open command
Add `!$OMP critical` around all `GetNewUnit` + `open(*)` call pairs
Configuration menu - View commit details
-
Copy full SHA for 82f6bc1 - Browse repository at this point
Copy the full SHA 82f6bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8867643 - Browse repository at this point
Copy the full SHA 8867643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14817bd - Browse repository at this point
Copy the full SHA 14817bdView commit details -
Remove extra GetNewUnit calls from SrvD
Also fix some hard coded file numbers
Configuration menu - View commit details
-
Copy full SHA for da3b22c - Browse repository at this point
Copy the full SHA da3b22cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcdc634 - Browse repository at this point
Copy the full SHA fcdc634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981512c - Browse repository at this point
Copy the full SHA 981512cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0032e6 - Browse repository at this point
Copy the full SHA e0032e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d943ecd - Browse repository at this point
Copy the full SHA d943ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f325a - Browse repository at this point
Copy the full SHA 47f325aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e2824 - Browse repository at this point
Copy the full SHA 30e2824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7c5d8 - Browse repository at this point
Copy the full SHA 3c7c5d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f498e0 - Browse repository at this point
Copy the full SHA 6f498e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e143b83 - Browse repository at this point
Copy the full SHA e143b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cd7e7 - Browse repository at this point
Copy the full SHA e0cd7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2061a64 - Browse repository at this point
Copy the full SHA 2061a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f61ad7 - Browse repository at this point
Copy the full SHA 6f61ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1db4b9 - Browse repository at this point
Copy the full SHA e1db4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 159585c - Browse repository at this point
Copy the full SHA 159585cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd187cf - Browse repository at this point
Copy the full SHA cd187cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee446dd - Browse repository at this point
Copy the full SHA ee446ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd00a0 - Browse repository at this point
Copy the full SHA 7fd00a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67cb371 - Browse repository at this point
Copy the full SHA 67cb371View commit details -
I'm not positive this is necessary without more advanced OMP directives that the `!$OMP critical`. With my luck though, some obscure compiler will be unhappy about it if I don't.
Configuration menu - View commit details
-
Copy full SHA for 0548e92 - Browse repository at this point
Copy the full SHA 0548e92View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.