Re: [Myrinet] Sockets-GM V1.1 for Linux/Solaris is available
garrick <[email protected]>
| Newsgroups | gmane.network.myrinet.general |
|---|---|
| Message-ID | <[email protected]> |
The Makefile is missing gmsocks-trace.so when it links up libgmsocks.so.1.0. line 31... -gcc -shared -Wl,-soname,libgmsocks.so.1 -o libgmsocks.so.1.0 gmsocks-udp.so gmsocks-keepalive.so \ +gcc -shared -Wl,-soname,libgmsocks.so.1 -o libgmsocks.so.1.0 gmsocks-trace.so gmsocks-udp.so gmsocks-keepalive.so \ On Fri, Jun 07, 2002 at 06:55:10AM -0700, Markus Fischer alleged: > We are happy to announce that Sockets-GM V1.1 for Linux/Solaris is now > available, > and can be found at: > http://www.myri.com/scs/ > > It requires gm-1.5.2 which was released recently. > > Sockets-GM V1.1 comes with support for dup/dup2/fork/exec > and all other socket functions, including TCP and UDP. > > It also offers a variety of features including zero copy data > transfers for low CPU utilization. > > Furthermore, it is possible to choose between polling/blocking > receives, to tune Sockets-GM for specific application needs. > > > _______________________________________________ > Myrinet mailing list > [email protected] > http://email.osc.edu/mailman/listinfo/myrinet