MatrixWarrior Powered by FMSlib | Copyright © Multipath Corporation |
Welcome to MatrixWarrior
A performance measuring and tuning tool for scientific computers.
This is the Quick Start Guide. For a detailed description of MatrixWarrior, refer to the MatrixWarrior section of the FMS Manual.If you are already familiar with MatrixWarrior, click Start to begin.
What can MatrixWarrior do for you?
- Measure the actual performance and tune your machine(s);
- Evaluate machines and options prior to purchase;
- Tune and burn-in your machines after purchase;
- Validate new machine designs before production;
- Check possible hardware issues in production using a known application; and
- Learn about the FMS and Dashboard libraries, which can be incorporated into your application to provide performance benefits and useful displays of information.
Your Application |
Your Application |
MatrixWarrior |
FMSlib [A]{X}={B} |
FMSlib [A]{X}={B} | |
Dashboard | Dashboard | Dashboard |
Hardware |
Dashboard is a performance display library that generates a WEB site during program execution. MatrixWarrior used Dashboard to display information on the hardware and its performance.
What problem does MatrixWarrior use for testing your machine?
Module | Data Type | Matrix Symmetry |
---|---|---|
1 | Real | Symmetric |
2 | Real | Nonsymmetric |
3 | Complex | Hermitian |
4 | Complex | Symmetric |
5 | Complex | Nonsymmetric |
The solution proceeds in two steps:
- Matrix Factoring, which involves only the matrix data in [A]
- Vector Solution, which uses the matrix factors computed in (1) and the known vectors {B} to solve for the vectors {X}.
How can I solve a really large problem?
For large problems, FMSlib can store the data on disk. You control where the data is stored by creating a directory on your file system and setting the FMSDISK environment variable to that directory name. MatrixWarrior will create the directory and set FMSDISK for you if none is specified. For more advanced use of disks, FMSlib contains a complete file striping system which is described here.NOTE: On a slow machine with a large disk, the default problem size can take a long time.
How can I control what reports are generated and displayed?
Dashboard is a software display package that monitors the performance of hardware and software. It creates and updates a website with separate pages for hardware, software and application performance. Hardware pages include information about the CPUs, GPUs, Memory and Disks. Software pages include information on the file system, installed software, a subroutine call-tree and usage statistics. A Performance page summarizes the progress of the application and the performance of key hardware components. These pages can be viewed with any standard WEB browser, including a PC, tablet or phone.
MatrixWarrior uses Dashboard to display information about the hardware it is using and its performance. When you start running MatrixWarrior, you will be asked if you want to open a WEB browser to view the results. When you answer yes, a second window pops up. This is your WEB browser. It begins by displaying this Help page.
Parameter | Default | Description |
---|---|---|
IWATCH | 99 | Which reports are generated A value of 115 will generate a movie. |
NSUPD | 5 sec. | How frequently Dashboard updates the pages |
NSREF | 3 sec. | How frequently the browser reloads the pages |
You can control what reports Dashboard generates and how they are displayed with the Parameters listed in the table. IWATCH determines what reports get generated, NSUPD determines how often the WEB pages are updated and NSREF determines how often the WEB browser looks for updates.
The Performance page summarizes the results of the test, displaying a variety of information on the hardware performance. As new data becomes available, this page is updated. As an alternative, you can save the intermediate pages to create a movie of the performance history by setting IWATCH=115.
.How can I select what hardware is used?
Parameter | Default | Description |
---|---|---|
MAXCPU | All | Number of CPU cores |
MAXGPU | All | Number of GPUs |
MEMPCT | 50 | Percent of memory |
- at the FMSSET> prompt during problem input, or
- in file mwlic.txt between the FMSSET and RETURN lines
Let's start
Ready to run MatrixWarrior ? If this is your first time, try using the default values suggested in the [default value] brackets.Click Start to begin.
Please Email any questions, comments or suggestions to MatrixWarrior@fmslib.com.