-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add support for Kokkos Remote Spaces 1.2, rebases on top of master #39
base: remote-spaces
Are you sure you want to change the base?
Commits on Jul 22, 2019
-
Update deprecated 'dimension' functions in favor of ISO/C++ vocabular…
…y 'extent'.
Alan Humphrey committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 7c29655 - Browse repository at this point
Copy the full SHA 7c29655View commit details -
Kokkos::Max no longer in Experimental namespace for Kokkos v3.0 promo…
…tion, remove this usage.
Alan Humphrey committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 7f4ec40 - Browse repository at this point
Copy the full SHA 7f4ec40View commit details -
Remove compiler warning for unused printf format specifier (examinimd…
….cpp:162:42: warning: more '%' conversions than data arguments [-Wformat]).
Alan Humphrey committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for da6ece6 - Browse repository at this point
Copy the full SHA da6ece6View commit details -
Template parameters for StaticCrsGraph (Kokkos_StaticCrsGraph.hpp) ha…
…ve been reorganized to be consistent with Kokkos::View. ExaMiniMD not currently using Arg3Type, which if provided corresponds to the MemoryTraits. Because the implementation is not using variadic templates, order of template arguments matters. For now simply passing the default value. May want to use this differently?
Alan Humphrey committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 33d47c3 - Browse repository at this point
Copy the full SHA 33d47c3View commit details -
Update team_size_max() calls. With kokkos v3.0 promotion, TeamPolicy<…
…>::team_size_max(Functor) changes to a member function of the team policy. The previous variant didn't take all necessary information into account and could potentially result in invalid answers. NOTE: the league and team size arguments passed to the TeamPolicy may warrant inspection (force_types/force_snap_neigh_impl.h:183), e.g., perhaps use team_scratch_size & thread_scratch_size?
Alan Humphrey committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for df45188 - Browse repository at this point
Copy the full SHA df45188View commit details
Commits on Jul 23, 2019
-
Pass basic league and team size arguments to the TeamPolicy CTOR.
Alan Humphrey committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 8dc8c45 - Browse repository at this point
Copy the full SHA 8dc8c45View commit details
Commits on Jul 25, 2019
-
More precisely determine TeamPolicy CTOR args.
Alan Humphrey committedJul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for b439ad2 - Browse repository at this point
Copy the full SHA b439ad2View commit details
Commits on Sep 9, 2019
-
Merge pull request ECP-copa#28 from alanphumphrey/master
Update ExaMiniMD for Kokkos v3.0 promotion
Configuration menu - View commit details
-
Copy full SHA for b6db78e - Browse repository at this point
Copy the full SHA b6db78eView commit details
Commits on May 18, 2020
-
Original makefile was not removed Cuda needs testing
Configuration menu - View commit details
-
Copy full SHA for 8baad0f - Browse repository at this point
Copy the full SHA 8baad0fView commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c0b7564 - Browse repository at this point
Copy the full SHA c0b7564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd8e31 - Browse repository at this point
Copy the full SHA 9cd8e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fc9f3 - Browse repository at this point
Copy the full SHA 89fc9f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c18d8c - Browse repository at this point
Copy the full SHA 4c18d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cce3f8 - Browse repository at this point
Copy the full SHA 8cce3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11a228 - Browse repository at this point
Copy the full SHA d11a228View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba28ec - Browse repository at this point
Copy the full SHA aba28ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1a076 - Browse repository at this point
Copy the full SHA 2e1a076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cd066 - Browse repository at this point
Copy the full SHA 51cd066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 750d714 - Browse repository at this point
Copy the full SHA 750d714View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a81d2 - Browse repository at this point
Copy the full SHA b1a81d2View commit details
Commits on Jul 30, 2020
-
Merge pull request ECP-copa#29 from calccrypto/cmake
Build with CMake 3.10+
Configuration menu - View commit details
-
Copy full SHA for e92093b - Browse repository at this point
Copy the full SHA e92093bView commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 78ac857 - Browse repository at this point
Copy the full SHA 78ac857View commit details -
Merge pull request ECP-copa#30 from ECP-copa/hip
Changes to allow HIP
Configuration menu - View commit details
-
Copy full SHA for 452ab81 - Browse repository at this point
Copy the full SHA 452ab81View commit details
Commits on Oct 23, 2020
-
Atempt to make ExaMiniMD work with OpenMPTarget
This compiles now (leaving out the SNAP potential which requires, ThreadVector level paralle_scan), but fails to do mandatory offload for a couple kernels (sorting, neighborlist construction) in the LJ example.
Configuration menu - View commit details
-
Copy full SHA for 2e0d45b - Browse repository at this point
Copy the full SHA 2e0d45bView commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 62ab8c4 - Browse repository at this point
Copy the full SHA 62ab8c4View commit details -
Merge pull request ECP-copa#31 from crtrott/compile-with-openmptarget
Atempt to make ExaMiniMD work with OpenMPTarget
Configuration menu - View commit details
-
Copy full SHA for 8bc340d - Browse repository at this point
Copy the full SHA 8bc340dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cba5ca9 - Browse repository at this point
Copy the full SHA cba5ca9View commit details -
Merge pull request ECP-copa#32 from masterleinad/add_sycl
Fix running with the SYCL backend
Configuration menu - View commit details
-
Copy full SHA for 7a31e3b - Browse repository at this point
Copy the full SHA 7a31e3bView commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51390b6 - Browse repository at this point
Copy the full SHA 51390b6View commit details -
Merge pull request ECP-copa#36 from streeve/fixup_mpi_flag
fixup: MPI CMake configure flag typo
Configuration menu - View commit details
-
Copy full SHA for 71fcd92 - Browse repository at this point
Copy the full SHA 71fcd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da7489 - Browse repository at this point
Copy the full SHA 1da7489View commit details -
Merge pull request ECP-copa#37 from streeve/cmake_install
Install exe with CMake
Configuration menu - View commit details
-
Copy full SHA for 65e61ac - Browse repository at this point
Copy the full SHA 65e61acView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b50f4b - Browse repository at this point
Copy the full SHA 3b50f4bView commit details
Commits on Oct 12, 2023
-
Merge pull request ECP-copa#38 from ECP-copa/iostream
Fix compile error
Configuration menu - View commit details
-
Copy full SHA for 3264e29 - Browse repository at this point
Copy the full SHA 3264e29View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa7e2be - Browse repository at this point
Copy the full SHA fa7e2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f41f2 - Browse repository at this point
Copy the full SHA 85f41f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b28b1d - Browse repository at this point
Copy the full SHA 4b28b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da3cc0a - Browse repository at this point
Copy the full SHA da3cc0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf54b44 - Browse repository at this point
Copy the full SHA cf54b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef0acb - Browse repository at this point
Copy the full SHA 5ef0acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc40a50 - Browse repository at this point
Copy the full SHA cc40a50View commit details
Commits on Jun 12, 2024
-
- Add support for Kokkos Remote Spaces 1.2
- Removes Makefile - Adds CMake options
Configuration menu - View commit details
-
Copy full SHA for e787973 - Browse repository at this point
Copy the full SHA e787973View commit details
Commits on Jun 13, 2024
-
Temporarily disable non-relevant module backends
Use same li file as CabanaMD Fix ifdefs when using USING_MPI or USING_KOKKOS_REMOTE_SPACES
Configuration menu - View commit details
-
Copy full SHA for a7eaaaf - Browse repository at this point
Copy the full SHA a7eaaafView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c051efb - Browse repository at this point
Copy the full SHA c051efbView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68f4353 - Browse repository at this point
Copy the full SHA 68f4353View commit details