Re: [MTT users] test suites and np question

2016-05-18 Thread Kawashima, Takahiro
Gilles, Thank you for your information. We'll use GNU compiler and may use Fujitsu compiler too. In both case, we'll compile on SPARC at the first stage because cross-compiling is messy a little. Cross-compiling Open MPI requires a file for --with-cross configure option and cross-compiling MPI pr

Re: [MTT users] test suites and np question

2016-05-18 Thread Kawashima, Takahiro
> > I hope we do in the future. But currently we don't have enough > > machine time and direct Internet connectivity (especially from > > testing machines). > > > > What type of test do you expect? Building Open MPI binary and > > running some short test programs on some x86-64 machines are > > re

Re: [MTT users] test suites and np question

2016-05-18 Thread Gilles Gouaillardet
Dear Kawashima-san, the mimimum test on each PR is to run configure/make if you are not cross compiling, you can also run make check a bit more sophisticated test is to run make distcheck ideally, if you have several nodes available, you can run some mpi tests in a custom script (see http

Re: [MTT users] test suites and np question

2016-05-18 Thread Jeff Squyres (jsquyres)
On May 18, 2016, at 9:05 PM, Kawashima, Takahiro wrote: > > I hope we do in the future. But currently we don't have enough > machine time and direct Internet connectivity (especially from > testing machines). > > What type of test do you expect? Building Open MPI binary and > running some short

Re: [MTT users] test suites and np question

2016-05-18 Thread Kawashima, Takahiro
Jeff, I hope we do in the future. But currently we don't have enough machine time and direct Internet connectivity (especially from testing machines). What type of test do you expect? Building Open MPI binary and running some short test programs on some x86-64 machines are realistic if the connec

Re: [MTT users] test suites and np question

2016-05-18 Thread Jeff Squyres (jsquyres)
Great! Will you be able to also do some continuous integration type testing (i.e., run some basic tests for each Github pull request)? Josh/IBM is going to post some information about their Jenkins/Github pull request setup shortly. > On May 18, 2016, at 9:50 AM, Kawashima, Takahiro > wrote

Re: [MTT users] test suites and np question

2016-05-18 Thread Kawashima, Takahiro
Jeff, Thank you. It's very useful information. I'll plan our run based on your information. Once we (Fujitsu) come to be able to run the test suites regularly, we'll prepare to upload the reports to the server and push our test suites. Thanks, Takahiro Kawashima, MPI development team, Fujitsu >

Re: [MTT users] test suites and np question

2016-05-18 Thread Jeff Squyres (jsquyres)
On May 18, 2016, at 7:11 AM, Kawashima, Takahiro wrote: > > Fujitsu started to try MTT + ompi-tests on our machines. > With the sample .ini file, we wrote our .ini file and some > test suites are run. > > I have two questions. > > (a) There are many test suites (directories) in ompi-tests. >