BMDFM (Binary Modular DataFlow Machine) is software, which enables running an application in parallel on shared memory symmetric multiprocessors (SMP) using the multiple processors to speed up the execution of single applications.
BMDFM automatically identifies and exploits parallelism due to the static and mainly DYNAMIC SCHEDULING of the data flow instruction sequences derived from the formerly sequential program ensuring unique parallel correctness.
No directives for parallel execution are required!
No highly knowledgeable parallel programmers are required!
BMDFM dynamic scheduling subsystem performs an efficient SMP emulation
of Tagged-Token DFM to provide the transparent dataflow semantics for
the applications.
Every machine supporting ANSI C and POSIX/SVR4-IPC may run BMDFM.
BMDFM is provided as compiled multi-threaded versions for:
x86: Linux/32, FreeBSD/32, MacOS/32, SunOS/32, UnixWare/32, Win-UWIN/32, Win-SFU/32;
x86-64: Linux/64, FreeBSD/64, MacOS/64, SunOS/64;
VAX: Ultrix/32;
Alpha: Tru64OSF1/64, Linux/64, FreeBSD/64;
IA-64: HP-UX/32, HP-UX/64, Linux/64;
PA-RISC: HP-UX/32, HP-UX/64, Linux/32;
SPARC: SunOS/32, SunOS/64, Linux/32, Linux/64;
MIPS: IRIX/32, IRIX/64, Linux/32;
MIPSEL: Linux/32;
PowerPC: AIX/32, AIX/64, MacOS/32, Linux/32, Linux/64;
S390: Linux/32;
M68000: Linux/32;
ARM: Linux/32;
and a limited single-threaded version for x86: Win/32.
Related Searches: SMP, DataFlow, Parallel High Performance Computing
Recent Changes: Not Established
Install Support: Install and Uninstall
Supported Languages: English
Additional Requirements: Not Established
|