-
Notifications
You must be signed in to change notification settings - Fork 567
Build without UVM
Making the use of UVM in Trilinos optional is still very much work in progress.
Here are some notes on how to test out the current status. This seems to work on Lassen.
- Lots of changes are collected in the
tpetraCrsRefactor
branch https://github.com/trilinos/Trilinos/tree/tpetraCrsRefactor - Configure with UVM disabled:
You should see a warning about disabling UVM.
-D Kokkos_ENABLE_CUDA_UVM:BOOL=OFF -D Tpetra_ENABLE_CUDA_UVM:BOOL=OFF
- Link in NVIDIA profiling tools
-D Trilinos_EXTRA_LINK_FLAGS=-lnvToolsExt
- Build the
nvprof-connector
from the Kokkos profiling tools https://github.com/kokkos/kokkos-tools/tree/master/profiling/nvprof-connectorexport KOKKOS_PROFILE_LIBRARY=$HOME/kokkos-tools/profiling/nvprof-connector/kp_nvprof_connector.so
- Run as
nsys profile --trace=cuda,mpi --mpi-impl=openmpi -o %q{OMPI_COMM_WORLD_RANK} -f true ./YOUR_DRIVER.exe
Copyright © Trilinos a Series of LF Projects, LLC
For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.
Trilinos Developer Home
Trilinos Package Owners
Policies
New Developers
Trilinos PR/CR
Productivity++
Support Policy
Test Dashboard Policy
Testing Policy
Managing Issues
New Issue Quick Ref
Handling Stale Issues and Pull Requests
Release Notes
Software Quality Plan
Proposing a New Package
Guidance on Copyrights and Licenses
Tools
CMake
Doxygen
git
GitHub Notifications
Mail lists
Clang-format
Version Control
Initial git setup
'feature'/'develop'/'master' (cheatsheet)
Simple centralized workflow
Building
SEMS Dev Env
Mac OS X
ATDM Platforms
Containers
Development Tips
Automated Workflows
Testing
Test Harness
Pull Request Testing
Submitting a Pull Request
Pull Request Workflow
Reproducing PR Errors
Addressing Test Failures
Trilinos Status Table Archive
Pre-push (Checkin) Testing
Remote pull/test/push
PR Creation & Approval Guidelines for Tpetra, Ifpack2, and MueLu Developers