-
Notifications
You must be signed in to change notification settings - Fork 565
Conjugate Gradient Benchmark
- -D Trilinos_ENABLE_Tpetra=ON
- -D Trilinos_TEST_CATEGORIES=PERFORMANCE
- Trilinos/packages/tpetra/core/test/PerformanceCGSolve/
- $BUILD/packages/tpetra/core/test/PerformanceCGSolve/TpetraCore_Performance-CGSolve.exe
- mpirun -np 4 TpetraCore_Performance-CGSolve.exe --size=128
- mpirun -np 1 TpetraCore_Performance-CGSolve.exe --size=200
- mpirun -np 2 TpetraCore_Performance-CGSolve.exe --size=200
- mpirun -np 4 TpetraCore_Performance-CGSolve.exe --size=200
- mpirun -np 8 TpetraCore_Performance-CGSolve.exe --size=200
- mpirun -np 16 TpetraCore_Performance-CGSolve.exe --size=200
Since the number of elements is the cube of --size, it's not possible to exactly double the total number of elements.
- mpirun -np 1 TpetraCore_Performance-CGSolve.exe --size=100
- mpirun -np 2 TpetraCore_Performance-CGSolve.exe --size=126
- mpirun -np 4 TpetraCore_Performance-CGSolve.exe --size=159
- mpirun -np 8 TpetraCore_Performance-CGSolve.exe --size=200
- mpirun -np 16 TpetraCore_Performance-CGSolve.exe --size=252
- mpirun -np 32 TpetraCore_Performance-CGSolve.exe --size=317
- mpirun -np 64 TpetraCore_Performance-CGSolve.exe --size=400
- Platform used:
- Summary or screenshot:
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