Hi Everyone:
I'm trying to employ MPI in an unconventional programming language, Forth, running over Debian
Linux. The Forth I have can import a Linux shared library in the .so file format and then compile
in the executable functions as externals. The question: how to do it? I'm looking to access
MPI_Init, MPI_Finalize, MPI_Comm_size, MPI_Comm_rank, MPI_Waitany, MPI_Isend, MPI_Irecv plus other
functions as needed. The Forth is a 32-bit executable, so I need to include functions from a 32-bit
library. Is there a single 32-bit MPI library where I can find these functions? Or would it make
sense to create my own, 32-bit library using C?
Any ideas?
Regards,
Rich Wagner
Aerospace Engineer
Graduate Student
Fort Collins, CO, USA