-
Notifications
You must be signed in to change notification settings - Fork 8
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
dholladay00/separate get sg eos #245
Commits on Mar 23, 2023
-
Initial commit on splitting out get_sg_eos to a separate compilation …
…unit. This is the first step to moving that code out of sg-eos.
Configuration menu - View commit details
-
Copy full SHA for 289f39c - Browse repository at this point
Copy the full SHA 289f39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e56b44b - Browse repository at this point
Copy the full SHA e56b44bView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c948da - Browse repository at this point
Copy the full SHA 4c948daView commit details -
Included file locations moved to correct place, mixed cell models onl…
…y needed in the new file.
Configuration menu - View commit details
-
Copy full SHA for 8ba8a2a - Browse repository at this point
Copy the full SHA 8ba8a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef62d59 - Browse repository at this point
Copy the full SHA ef62d59View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27a66ee - Browse repository at this point
Copy the full SHA 27a66eeView commit details
Commits on Apr 25, 2023
-
Split get sg eos into several compilation units to reduce compile tim…
…es. Add no warn to eospac on gpus to reduce known and not useful warnings.
Daniel Holladay committedApr 25, 2023 Configuration menu - View commit details
-
Copy full SHA for fffa84c - Browse repository at this point
Copy the full SHA fffa84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ad54c - Browse repository at this point
Copy the full SHA 98ad54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d35a16 - Browse repository at this point
Copy the full SHA 4d35a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for da798cc - Browse repository at this point
Copy the full SHA da798ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5df26b - Browse repository at this point
Copy the full SHA c5df26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for acd3349 - Browse repository at this point
Copy the full SHA acd3349View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fbcfac - Browse repository at this point
Copy the full SHA 1fbcfacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54dfeec - Browse repository at this point
Copy the full SHA 54dfeecView commit details -
Configuration menu - View commit details
-
Copy full SHA for de35b08 - Browse repository at this point
Copy the full SHA de35b08View commit details -
The macro I created won't work b/c the pragma needs a new line and ne…
…wlines cannot be generated by macros.
Configuration menu - View commit details
-
Copy full SHA for 7f1997a - Browse repository at this point
Copy the full SHA 7f1997aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30de7d3 - Browse repository at this point
Copy the full SHA 30de7d3View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53ef4db - Browse repository at this point
Copy the full SHA 53ef4dbView commit details -
Make modifier checking/modification functionality inline constexpr to…
… remove warnings.
Configuration menu - View commit details
-
Copy full SHA for cf23fd5 - Browse repository at this point
Copy the full SHA cf23fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e196b55 - Browse repository at this point
Copy the full SHA e196b55View commit details -
Using execution space arguments for deep copies. This may not improve…
… performance in this case, but it demonstrates correct usage and paves the way for future streams usaged via kokkos partition space.
Configuration menu - View commit details
-
Copy full SHA for be1268d - Browse repository at this point
Copy the full SHA be1268dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2080ef6 - Browse repository at this point
Copy the full SHA 2080ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecff459 - Browse repository at this point
Copy the full SHA ecff459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52dc1c9 - Browse repository at this point
Copy the full SHA 52dc1c9View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9151751 - Browse repository at this point
Copy the full SHA 9151751View commit details -
Updating the cuda compatibility patch to make more usage of constexpr…
…, less hostdevice, and more warning suppression.
Configuration menu - View commit details
-
Copy full SHA for 3f2cbf9 - Browse repository at this point
Copy the full SHA 3f2cbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea59f83 - Browse repository at this point
Copy the full SHA ea59f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c284b2 - Browse repository at this point
Copy the full SHA 1c284b2View commit details
Commits on May 26, 2023
-
Fixing test failure from setting mutable member in a GPU kernel which…
… resulted in errors, adding fences in test.
Configuration menu - View commit details
-
Copy full SHA for 946720c - Browse repository at this point
Copy the full SHA 946720cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc07762 - Browse repository at this point
Copy the full SHA fc07762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3bdb0 - Browse repository at this point
Copy the full SHA 9b3bdb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7650792 - Browse repository at this point
Copy the full SHA 7650792View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05231e9 - Browse repository at this point
Copy the full SHA 05231e9View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc6e5d1 - Browse repository at this point
Copy the full SHA cc6e5d1View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fd4cfd - Browse repository at this point
Copy the full SHA 4fd4cfdView commit details -
Only build the get_sg files when closure and (fortran or testing), sh…
…ould improve build times for native c++ projects. Remove unused variable.
Configuration menu - View commit details
-
Copy full SHA for 63456b3 - Browse repository at this point
Copy the full SHA 63456b3View commit details -
Fix more warnings. Some related to capturing this in modifiers, this …
…should get rid of those.
Configuration menu - View commit details
-
Copy full SHA for f7736f8 - Browse repository at this point
Copy the full SHA f7736f8View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0aab253 - Browse repository at this point
Copy the full SHA 0aab253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f77a51 - Browse repository at this point
Copy the full SHA 1f77a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4fc85 - Browse repository at this point
Copy the full SHA 1d4fc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3748a69 - Browse repository at this point
Copy the full SHA 3748a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd0268 - Browse repository at this point
Copy the full SHA 0dd0268View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed4e55a - Browse repository at this point
Copy the full SHA ed4e55aView commit details
Commits on Aug 14, 2023
-
Test refactor. The getsgeos tests are now in their own file that resp…
…ect build restrictions that reduce compile times. PTE tests still built under normal conditions.
Configuration menu - View commit details
-
Copy full SHA for 9774621 - Browse repository at this point
Copy the full SHA 9774621View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9823d2 - Browse repository at this point
Copy the full SHA c9823d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf02e3 - Browse repository at this point
Copy the full SHA bdf02e3View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a77b090 - Browse repository at this point
Copy the full SHA a77b090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e37800 - Browse repository at this point
Copy the full SHA 0e37800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4179042 - Browse repository at this point
Copy the full SHA 4179042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7129f96 - Browse repository at this point
Copy the full SHA 7129f96View commit details -
Using individual functions instead of ptofre, this was the source of …
…long compile timesgit status Removing unnecessary function args.
Configuration menu - View commit details
-
Copy full SHA for ff334d2 - Browse repository at this point
Copy the full SHA ff334d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6c859 - Browse repository at this point
Copy the full SHA 4b6c859View commit details -
Configuration menu - View commit details
-
Copy full SHA for a225052 - Browse repository at this point
Copy the full SHA a225052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad4058 - Browse repository at this point
Copy the full SHA 5ad4058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ceed2 - Browse repository at this point
Copy the full SHA 55ceed2View commit details
Commits on Aug 16, 2023
-
Correct cmake logic for get_sg_eos. Previously, built with closure an…
…d tests. Now only builds with closure and fortran.
Configuration menu - View commit details
-
Copy full SHA for 305f7e6 - Browse repository at this point
Copy the full SHA 305f7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed5a121 - Browse repository at this point
Copy the full SHA ed5a121View commit details