Re: [Numpy-discussion] number of tests

2013-02-12 Thread Davide Del Vento
I should have added: $ lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: RedHatEnterpriseServer Description:Red Hat Enterprise Linux Server release 6.2 (Santiago) Release:6.2 Codena

Re: [Numpy-discussion] number of tests

2013-02-12 Thread Daπid
On 12 February 2013 04:54, Davide Del Vento wrote: > Ran 3587 tests in 22.211s > FAILED (KNOWNFAIL=5, SKIP=11, failures=2) > > Whereas in a remote batch node (with a script) I get: > > Ran 3229 tests in 15.642s > OK (KNOWNFAIL=5, SKIP=19) On my machine (linux 64 bits) In [3]: np.test('full') Run

[Numpy-discussion] number of tests

2013-02-11 Thread Davide Del Vento
I compiled numpy 1.6.2 (right before 1.7 came out) with the intel compiler and MKL library. I'm trying to assess whether or not everything has been build fine. Since my machine is actually a cluster, I'm running the tests in different configurations (login node and batch script). However, I'm confu