Re: [myrinet] fork in GM?
Bob Felderman <[email protected]>
| Newsgroups | gmane.network.myrinet.general |
|---|---|
| Message-ID | <[email protected]> |
You can call fork or system BEFORE you call gm_open, but not after. In the release after gm-1.4, we'll support fork/system after gm_open for linux. Under linux you can call gm_fork which will test to see if you have any ports open, then will call __fork for you. Bob