Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

old intel/860 parallel program

Juan_Fernando_L_
Beginner
386 Views

I am trying to launch an old c program developed for the intel / 860 but I do not know if there could be the MPI equivalent of the following functions:
crecv
gxsum
gsendx
irec
isend
msgcancel
msgwait

0 Kudos
1 Reply
Mark_L_Intel
Moderator
386 Views

Hello,

  Do you mean i860 as in https://en.wikipedia.org/wiki/Intel_i860 and Intel supercomputer iPSC/860 available ~ 20 years ago? I believe that the functions you are referring to in your post are from NX message passing library that was preceding MPI. I think you might be better off by starting from scratch, e.g., I'm not sure if NX API documentation even exists any longer.

Mark

 

 

0 Kudos
Reply