svn+ssh://bugman@.../svn/relax/1.3
........
r15440 | bugman | 2012-03-06 14:32:08 +0100 (Tue, 06 Mar 2012) | 11 lines
Bug fix for relax not starting on 32-bit machines.
This was first reported by Hugh Dannatt <h dott dannatt att sheffield dot ac dot uk> in the post at
https://mail.gna.org/public/relax-users/2012-03/msg00011.html.
The numpy.float128 object appears to be missing on 32-bit numpy versions (at least on old numpy
versions). In such cases, float128 is aliased to float64. This should only affect relax users who
place special high precision (float128) objects into the relax data store, when loading a save file
with such an object on a 32-bit machine. This should practically never happen!
........
r15441 | bugman | 2012-03-06 15:15:10 +0100 (Tue, 06 Mar 2012) | 5 lines
Expansion and improvement of the information printed out by 'relax --info'.
A number of details are now taken from the sys module.
........
r15442 | bugman | 2012-03-06 15:48:22 +0100 (Tue, 06 Mar 2012) | 3 lines
For Unix and GNU/Linux systems, the relax info printout now shows the ram and swap size.
........
r15443 | bugman | 2012-03-06 15:57:04 +0100 (Tue, 06 Mar 2012) | 3 lines
Updated the value.set user function unknown parameter error message to list the known ones.
........
r15444 | bugman | 2012-03-06 17:11:02 +0100 (Tue, 06 Mar 2012) | 3 lines
Added support for the memory size on MS Windows to the relax info print out.
........
r15445 | bugman | 2012-03-06 18:29:47 +0100 (Tue, 06 Mar 2012) | 3 lines
Updated the multi-processor package __all__ list.
........