Menu

SVN archive Commit Log


Commit Date  
[r24271] by bugman

Added a relaxation dispersion model profiling log file for relax version 3.1.3 vs. 3.1.2 vs. 3.1.1.

This is the output from the dispersion model profiling master script. It shows that there are no
major speed differences between these relax versions.

2014-06-24 11:46:59 Tree
[r24270] by tlinnet

Removed un-used imports in profiling scripts for NS r1rho 3site.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-24 09:15:43 Tree
[r24269] by bugman

Merged revisions 24251,24257,24263 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24251 | bugman | 2014-06-23 16:36:47 +0200 (Mon, 23 Jun 2014) | 6 lines

Improved how the relax installation path is determined in the status object.

If the path cannot be found, the current working directory is then checked if it is where relax is
installed. This is needed when importing modules outside of relax.
........
r24257 | bugman | 2014-06-23 20:12:02 +0200 (Mon, 23 Jun 2014) | 7 lines

Hack to permanently eliminate the ^[[?1034h escape code being produced on Linux systems.

This is produced by importing the readline module. The escape code will be sent to STDOUT every
time relax is executed, so it will be present in all log files. The problem is the TERM
environmental variable being set to 'xterm'. The hack simply sets TERM to an empty string.
........
r24263 | bugman | 2014-06-24 09:46:24 +0200 (Tue, 24 Jun 2014) | 6 lines

More hacks for permanently eliminating the ^[[?1034h escape code being produced on Linux systems.

This is a nasty feature of the GNU readline library. It is now also turned off in the dep_check
module, suppressing ^[[?1034h in Python scripts which import only parts of relax.
........

2014-06-24 09:09:39 Tree
[r24268] by bugman

Merged revisions 24138 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24138 | tlinnet | 2014-06-18 20:02:00 +0200 (Wed, 18 Jun 2014) | 3 lines

Fixed the packing out of paramter tex for global analysis in model IT99.

bug #22220(https://gna.org/bugs/index.php?22220): Unpacking of parameters for global analysis in model IT99, is performed wrong.
........

2014-06-24 09:08:58 Tree
[r24267] by bugman

Merged revisions 24047-24049,24051,24058 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24047 | bugman | 2014-06-17 17:57:06 +0200 (Tue, 17 Jun 2014) | 7 lines

Fixes for the Relax_disp.test_hansen_cpmg_data_missing_auto_analysis system test.

The pA parameter is no longer tested for one spin as it moves to random values on different
operating systems and 32 vs. 64-bit systems. This is because this spin experiences no exchange,
both dw and kex are zero.
........
r24048 | bugman | 2014-06-17 18:05:23 +0200 (Tue, 17 Jun 2014) | 5 lines

Decreased the value checking precision in the Relax_disp.test_hansen_cpmg_data_to_lm63 system test.

This is to allow the test to pass on certain operating systems and 32-bit systems.
........
r24049 | bugman | 2014-06-17 18:22:38 +0200 (Tue, 17 Jun 2014) | 7 lines

Modified the precision of the output from the relax_disp.sherekhan_input user function.

This is simply to allow the Relax_disp.test_sod1wt_t25_to_sherekhan_input system test to pass on
certain 32-bit systems, as the float output to 15 decimal places is not always the same. This
system test has been updated for the change.
........
r24051 | bugman | 2014-06-17 18:27:39 +0200 (Tue, 17 Jun 2014) | 6 lines

Modified the Relax_disp.test_sprangers_data_to_mmq_cr72 system test to pass on certain systems.

This test fails on 32-bit Linux (and probably other systems as well). To fix the test, the kex
values are all divided by 100 before checking them to 4 decimal places of accuracy.
........
r24058 | bugman | 2014-06-17 19:46:10 +0200 (Tue, 17 Jun 2014) | 6 lines

Fix for the Library.test_library_independence verification test on MS Windows.

The tearDown() method now uses the error handling test_suite.clean_up.deletion() function to remove
the copied version of the relax library.
........

2014-06-24 09:04:58 Tree
[r24266] by tlinnet

Modified profiling script for ns r1rho 3site linear to be functional.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-24 08:46:17 Tree
[r24265] by tlinnet

Modified profiling script for NS R1rho 3site, to be functional.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-24 08:43:06 Tree
[r24264] by bugman

Merged revisions 24263 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24263 | bugman | 2014-06-24 09:46:24 +0200 (Tue, 24 Jun 2014) | 6 lines

More hacks for permanently eliminating the ^[[?1034h escape code being produced on Linux systems.

This is a nasty feature of the GNU readline library. It is now also turned off in the dep_check
module, suppressing ^[[?1034h in Python scripts which import only parts of relax.
........

2014-06-24 07:46:45 Tree
[r24263] by bugman

More hacks for permanently eliminating the ^[[?1034h escape code being produced on Linux systems.

This is a nasty feature of the GNU readline library. It is now also turned off in the dep_check
module, suppressing ^[[?1034h in Python scripts which import only parts of relax.

2014-06-24 07:46:24 Tree
[r24262] by bugman

Merged revisions 24251,24257 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24251 | bugman | 2014-06-23 16:36:47 +0200 (Mon, 23 Jun 2014) | 6 lines

Improved how the relax installation path is determined in the status object.

If the path cannot be found, the current working directory is then checked if it is where relax is
installed. This is needed when importing modules outside of relax.
........
r24257 | bugman | 2014-06-23 20:12:02 +0200 (Mon, 23 Jun 2014) | 7 lines

Hack to permanently eliminate the ^[[?1034h escape code being produced on Linux systems.

This is produced by importing the readline module. The escape code will be sent to STDOUT every
time relax is executed, so it will be present in all log files. The problem is the TERM
environmental variable being set to 'xterm'. The hack simply sets TERM to an empty string.
........

2014-06-24 07:39:02 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.