[OMPI devel] tests/datatype: srandomdev

2006-06-16 Thread Ralf Wildenhues
Hello everyone, Currently 'make check' is failing for me in the tests/datatype directory, because my system (GNU/Linux, glibc 2.3.6) doesn't provide a srandomdev function, called in checksum.c. I believe it's BSD specific; if you need it, I guess you could add a configure time check for it. Chee

Re: [OMPI devel] tests/datatype: srandomdev

2006-06-16 Thread George Bosilca
It's just one of my data-type tests. It's not that it is very useful all the time, it's purpose it's to test the checksum function. I just needed one way to get random numbers. I will modify it in order to use some other function. I don't want to have to add a function test in configure jus