GAUSS 9.0 Math & Statistical System for Multi-threading

New threading functions let you define independent sections of your program that will run at the same time.

New threading functions let you define independent sections of your program that will run at the same time.

By DE Editors

Aptech Systems, Inc. (Black Diamond, WA) is shipping GAUSS version 9.0, the latest version of its GAUSS Mathematical and Statistical System that includes functions for multi-threading both new and existing programs.

This illustration shows one thread set with four threads. Each thread processes at the same time as the other threads. Your program waits at the ThreadJoin command for all threads to fi nish. When the threads have completed, your program continues, making use of the work the threads have done.

In the example here, this block of code could potentially run nearly four times faster on a quad core machine because the threads are running simultaneously. Internal testing by Aptech has found speed increases of up to 330 percent using four threads on a four-core system. GAUSS 9.0 allows the creation of an unlimited number of threads, allowing users to take full advantage of multi-core and multi-processor machines. Thread creation is limited only by operating system resources.

Threads can be created anywhere in a program, including inside procedures and keywords. These threads share the same workspace and can access all of the same symbols,  procedures and keywords.

GAUSS 9.0 includes additional array support; more mathematical functions will handle arrays seamlessly; and it is available for Windows (32-bit), Linux (32-bit and 64-bit), and Sun SPARC (64-bit).

To learn more about GAUSS 9.0. contact Aptech Systems,  Inc.

Sources:  Press materials received from the company and additional information gleaned from the company’s website.

Share This Article

Subscribe to our FREE magazine, FREE email newsletters or both!

Join over 90,000 engineering professionals who get fresh engineering news as soon as it is published.


About the Author

DE Editors's avatar
DE Editors

DE’s editors contribute news and new product announcements to Digital Engineering.
Press releases may be sent to them via [email protected].

Follow DE
#8303