126 Commits

Author SHA1 Message Date
Radovan Bast
7c4dac37ce skip test_boost_libs on osx 2015-11-05 17:12:33 +01:00
Radovan Bast
bc2d767342 rm MPI test; too painful to maintain 2015-11-04 19:43:54 +01:00
Radovan Bast
b64341684a rm lapacke test; too painful to get it to run; fixes #137 2015-11-04 19:39:22 +01:00
Radovan Bast
e17c541b07 update .travis.yml 2015-11-04 19:38:10 +01:00
Radovan Bast
ea3a58b292 link MPI_LIBRARIES 2015-10-30 10:56:14 +01:00
Radovan Bast
71bea9bfe5 only test mpif.h 2015-10-30 10:28:45 +01:00
Miro Iliaš
4ea3f73bae Update test.py 2015-10-15 16:54:34 +02:00
Miro Iliaš
c8b0ce01a8 allow python_interpreter test on Windows
...should work...
2015-10-15 16:43:15 +02:00
Radovan Bast
31fe2cd0a3 skip many tests on windows 2015-10-13 21:47:05 +02:00
Radovan Bast
7e7a93eafa Merge pull request #153 from robertodr/master
Streamline Boost tests for compiled libraries and add documentation on Boost module usage
2015-10-13 10:41:37 +02:00
Radovan Bast
bd6cbb1cbc less hardcoding 2015-10-13 10:27:44 +02:00
Roberto Di Remigio
ae87734faf Streamline Boost tests for compiled libraries and add documentation on Boost module usage 2015-10-13 10:26:16 +02:00
Radovan Bast
fd8ec93851 the default setup script name becomes "setup"
it can be changed in autocmake.cfg
2015-10-12 15:30:51 +02:00
Radovan Bast
09903e4034 s/defaults/override/ 2015-10-05 15:43:19 +02:00
Radovan Bast
a823e300f6 allow config file interpolation 2015-10-04 23:08:31 +02:00
Radovan Bast
9e32dd790d create own module proxies for blas/lapack 2015-09-19 15:47:17 +02:00
Radovan Bast
c56e9eaa56 rm int64 dependency in blas/lapack tests 2015-09-19 15:32:06 +02:00
Radovan Bast
f8e89221ed do not run accelerate test on windows 2015-09-19 15:27:05 +02:00
Radovan Bast
825f8cfb9c rm unreachable code (in our regular automated testing) 2015-09-18 14:26:06 +02:00
Radovan Bast
b8e8a7abd1 s/FATAL/FATAL_ERROR/ 2015-09-18 14:07:57 +02:00
Radovan Bast
7a65a4cfe7 skip test_cxx_lapacke on linux 2015-09-18 13:09:46 +02:00
Radovan Bast
7fde3db8ff fix typo 2015-09-18 12:29:01 +02:00
Radovan Bast
05fadb04ee simplify MPI test 2015-09-18 12:04:33 +02:00
Radovan Bast
7548f26a08 less code repetition 2015-09-18 11:31:50 +02:00
Radovan Bast
84b330e419 remove "config: custom" option; fixes #135 2015-09-18 11:25:50 +02:00
Radovan Bast
27f4b88220 get less useless and more useful printout from test.py when things fail 2015-09-18 11:20:37 +02:00
Radovan Bast
6c43499681 simplify accelerate test 2015-09-18 10:53:48 +02:00
Radovan Bast
c5057f8aee add test for accelerate framework 2015-09-18 10:44:39 +02:00
Radovan Bast
d4596c6f95 add skip_on_linux decorator 2015-09-18 10:28:31 +02:00
Radovan Bast
9d7c19bc33 second source reset the first 2015-09-18 10:00:39 +02:00
Radovan Bast
a850a854b0 move cblas and lapacke to own dir 2015-09-18 09:58:18 +02:00
Radovan Bast
ffd128548f more work on lapacke test 2015-09-18 09:34:46 +02:00
Radovan Bast
6efc29457d adding lapacke.cmake stub 2015-09-17 10:44:30 +02:00
Radovan Bast
e399058e37 convert lapacke example to cxx 2015-09-17 10:34:04 +02:00
Radovan Bast
6017dbbfa6 renames 2015-09-17 10:26:08 +02:00
Radovan Bast
bed8a42945 remove static linking from tests
this will be implemented and tested externally
see #134
2015-09-17 10:06:52 +02:00
Radovan Bast
97e686b6be rm test_cxx_cblas_static 2015-09-17 09:54:55 +02:00
Radovan Bast
304c2514d4 fix a wrong move 2015-09-17 01:44:49 +02:00
Radovan Bast
173973929c s/clapack/lapacke/ 2015-09-17 01:38:20 +02:00
Radovan Bast
8d81310cc6 try cblas test on osx 2015-09-17 00:45:44 +02:00
Radovan Bast
b92b9ae23c remove an include that we never test within autocmake 2015-09-17 00:41:42 +02:00
Radovan Bast
4a74b1b129 use --cblas in test_cxx_cblas_static 2015-09-17 00:36:43 +02:00
Radovan Bast
a7de2e62e9 simplify cc_cblas test 2015-09-17 00:35:45 +02:00
Radovan Bast
78ebba62e5 test the new cblas 2015-09-17 00:09:56 +02:00
Radovan Bast
c0199ccd43 adding a module for cblas 2015-09-17 00:08:43 +02:00
Radovan Bast
c2d8abcca2 skip cblas and clapack tests on osx 2015-09-16 15:27:15 +02:00
Radovan Bast
cc1e472d3d clang does not have omp, skip this test on osx 2015-09-10 08:37:51 +02:00
Radovan Bast
79342a172c skip static tests on osx 2015-09-10 08:36:19 +02:00
Radovan Bast
3236c01ffb deactivate boost tests for the moment 2015-09-10 08:26:18 +02:00
Radovan Bast
d5e429222d allow testing without network; fixes #117 2015-09-08 17:30:47 +02:00