Menu

SVN archive Commit Log


Commit Date  
[r27873] by bugman

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

........
r27848 | tlinnet | 2015-06-11 13:15:54 +0200 (Thu, 11 Jun 2015) | 45 lines

Reverted r27840-r27845, related to Bug #23618, queuing system for multi processors is not well designed.

The changes has not been proven to increase the minimisation time, and some of the fixes introduces unintentional bugs.

The command used was:
svn merge -r27845:r27839 .

.....
------------------------------------------------------------------------------------------------------------------
r27840 | tlinnet | 2015-05-27 03:09:48 +0200 (Wed, 27 May 2015) | 3 lines

Adding keyword for verbosity for multi processor mode.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
------------------------------------------------------------------------------------------------------------------
r27841 | tlinnet | 2015-05-27 03:09:50 +0200 (Wed, 27 May 2015) | 2 lines

Adding to user function minimise.execute() the keyword "mp_verbosity", to control the amount
of information to print when running multi processors.
------------------------------------------------------------------------------------------------------------------
r27842 | tlinnet | 2015-05-27 03:09:52 +0200 (Wed, 27 May 2015) | 1 line

In multi.processor(), moving up the debugging print-out of running sets of calculatation.
------------------------------------------------------------------------------------------------------------------
r27843 | tlinnet | 2015-05-27 03:09:55 +0200 (Wed, 27 May 2015) | 1 line

In pipe_control of minimise, adding the possibility to control verbosity in multi processor mode.
------------------------------------------------------------------------------------------------------------------
r27844 | tlinnet | 2015-05-27 03:09:57 +0200 (Wed, 27 May 2015) | 6 lines

Suggestion Fix 1, in multi.processor.run_queue().

This fix changes, that the amount of simulations is not chunked up before sending each chunk to a CPU.
Rather, all jobs are to be submitted after each other, and finished for themselves.

Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
------------------------------------------------------------------------------------------------------------------
r27845 | tlinnet | 2015-05-27 03:09:59 +0200 (Wed, 27 May 2015) | 3 lines

Suggestion for fix 2, where jobs are continously replenished when other jobs are finished.

Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
------------------------------------------------------------------------------------------------------------------
.....
........

2015-09-25 12:13:22 Tree
[r27872] by bugman

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

........
r27847 | tlinnet | 2015-05-29 18:32:43 +0200 (Fri, 29 May 2015) | 5 lines

Small fix for the shell script to collect data files, and not use the program "column" in the end.

The line width becomes to large to handle for column.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........

2015-09-25 12:13:04 Tree
[r27871] by bugman

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

........
r27846 | tlinnet | 2015-05-28 18:15:48 +0200 (Thu, 28 May 2015) | 3 lines

Added additional test to systemtest Relax_disp.test_bug_23186_cluster_error_calc_dw() to prove that Bug #23619 is invalid.

Bug #23619: (https://gna.org/bugs/index.php?23619): Stored chi2 sim values from Monte-Carlo simulations does not equal normal chi2 values.
........

2015-09-25 12:12:45 Tree
[r27870] by bugman

Merged revisions 27844-27845 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r27844 | tlinnet | 2015-05-27 03:09:57 +0200 (Wed, 27 May 2015) | 6 lines

Suggestion Fix 1, in multi.processor.run_queue().

This fix changes, that the amount of simulations is not chunked up before sending each chunk to a CPU.
Rather, all jobs are to be submitted after each other, and finished for themselves.

Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
........
r27845 | tlinnet | 2015-05-27 03:09:59 +0200 (Wed, 27 May 2015) | 3 lines

Suggestion for fix 2, where jobs are continously replenished when other jobs are finished.

Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
........

2015-09-25 12:12:18 Tree
[r27869] by bugman

Merged revisions 27841-27843 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r27841 | tlinnet | 2015-05-27 03:09:50 +0200 (Wed, 27 May 2015) | 2 lines

Adding to user function minimise.execute() the keyword "mp_verbosity", to control the amount
of information to print when running multi processors.
........
r27842 | tlinnet | 2015-05-27 03:09:52 +0200 (Wed, 27 May 2015) | 1 line

In multi.processor(), moving up the debugging print-out of running sets of calculatation.
........
r27843 | tlinnet | 2015-05-27 03:09:55 +0200 (Wed, 27 May 2015) | 1 line

In pipe_control of minimise, adding the possibility to control verbosity in multi processor mode.
........

2015-09-25 12:03:20 Tree
[r27868] by bugman

Merged revisions 27834-27840 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r27834 | tlinnet | 2015-05-27 03:09:35 +0200 (Wed, 27 May 2015) | 8 lines

Wrote a method to store parameter data and dispersion curves, for the protocol of repeated analysis.

This is to prepare for analysis in other programs.
The method loops throug the data pipes, and write the data out.

It then write a bash script, that will concatenate the data in an matrix array style, for reading and processing in other programs.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........
r27835 | tlinnet | 2015-05-27 03:09:38 +0200 (Wed, 27 May 2015) | 3 lines

Added to write out a collection script for chi2 and rate parameters.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........
r27836 | tlinnet | 2015-05-27 03:09:40 +0200 (Wed, 27 May 2015) | 3 lines

In the collection bash script, removes spins which have not been fitted.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........
r27837 | tlinnet | 2015-05-27 03:09:42 +0200 (Wed, 27 May 2015) | 3 lines

Fix for use of " instead of ' in bash script.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........
r27838 | tlinnet | 2015-05-27 03:09:44 +0200 (Wed, 27 May 2015) | 3 lines

Adding option to minimise class function, to perform monte carlo error analysis.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........
r27839 | tlinnet | 2015-05-27 03:09:46 +0200 (Wed, 27 May 2015) | 3 lines

Printout when minimising monte-carlo simulations.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........
r27840 | tlinnet | 2015-05-27 03:09:48 +0200 (Wed, 27 May 2015) | 3 lines

Adding keyword for verbosity for multi processor mode.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
........

2015-09-25 12:02:51 Tree
[r27867] by bugman

Merged revisions 27800-27805,27807,27816,27818-27820,27822,27827 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r27800 | bugman | 2015-03-10 10:05:25 +0100 (Tue, 10 Mar 2015) | 7 lines

Fix for the lib.sequence.check_sequence checking object.

Although rarely used, the check for the spin number was incorrect and half of the checks were
instead for the residue number. This is a classic copy and paste error where the residue name and
number checks were copied but not completely converted to spin name and numbers.
........
r27801 | bugman | 2015-03-10 10:13:33 +0100 (Tue, 10 Mar 2015) | 5 lines

Added the raise_flag argument to the lib.sequence.read_spin_data() function.

This is to allow the missing data RelaxError to be deactivated.
........
r27802 | bugman | 2015-03-10 10:15:35 +0100 (Tue, 10 Mar 2015) | 7 lines

Modified the spectrum.read_intensities user function backend to be more robust.

This affects the generic formatted peak lists, via the lib.spectrum.peak_list.intensity_generic()
function. The peak list reading will now continue reading the file after corrupted lines have been
encountered.
........
r27803 | bugman | 2015-03-10 18:00:53 +0100 (Tue, 10 Mar 2015) | 7 lines

Python 3 improvement for the rdc.corr_plot and pcs.corr_plot user functions.

The world view is now set in floating point numbers. In Python 2, the math.ceil() and math.floor()
functions return floats, whereas in Python 3 these functions return integers. The behaviour is now
consistent in both Python versions, fixing a few system tests.
........
r27804 | bugman | 2015-03-10 18:36:55 +0100 (Tue, 10 Mar 2015) | 7 lines

Improvements for the pcs.structural_noise user function.

The check for the presence of PCS data for points to skip now includes checking for PCS values of
None. And the output Grace file now also includes the spin ID string as a string or comment value
which can be displayed in the plot when desired.
........
r27805 | bugman | 2015-03-10 18:58:41 +0100 (Tue, 10 Mar 2015) | 9 lines

Modified the internal formatting of the data section of the Grace 2D graph files.

This affects the lib.plotting.grace.write_xy_data() function. The formatting is now more
consistent, with the X value now set to a fixed number of decimal places, and hence will no longer
change between Python 2 and 3. The data is now all right justified as well, for easier reading.

All affected system tests have been updated for the new format.
........
r27807 | bugman | 2015-03-13 11:39:16 +0100 (Fri, 13 Mar 2015) | 3 lines

Epydoc documentation fix for the lib.structure.pdb_write_handle_atom_name() function.
........
r27816 | bugman | 2015-03-13 15:42:37 +0100 (Fri, 13 Mar 2015) | 6 lines

Backported the relax 3.3.7 CHANGES file changes to trunk.

The command used was:
svn merge -r27810:r27811 svn+ssh://bugman@.../svn/relax/tags/3.3.7 .
........
r27818 | bugman | 2015-03-13 17:55:09 +0100 (Fri, 13 Mar 2015) | 3 lines

Spacing fixes in the CHANGES document.
........
r27819 | bugman | 2015-03-17 11:12:55 +0100 (Tue, 17 Mar 2015) | 6 lines

Fix for the pipe_control.reset.reset() function when resetting the GUI in non-standard contexts.

This is mainly for debugging scripts when simulating a GUI and hence the GUI reset() method does not
exist.
........
r27820 | bugman | 2015-03-17 12:21:57 +0100 (Tue, 17 Mar 2015) | 7 lines

Created a GUI memory management debugging script for the align_tensor.init user function.

This repetitively calls the reset, pipe.create and align_tensor.init user functions, and opening the
GUI element for setting alignment tensor elements (the Sequence window). The pympler muppy_log file
shows no memory leaks for these user functions on Linux systems.
........
r27822 | bugman | 2015-04-02 09:14:10 +0200 (Thu, 02 Apr 2015) | 10 lines

Resized all fixed-sized GUI wizards to fit on 1024x768 pixel wide displays.

The problem was reported by Lora Picton in the thread starting at
http://thread.gmane.org/gmane.science.nmr.relax.user/1813 .

Both the spin loading wizard of the spin viewer window and the relaxation data loading wizard used
currently in the model-free analysis tab and BMRB export page were fixed. These both had the
y-dimension set to 800 pixels, hence parts of the window would be out of view.
........
r27827 | bugman | 2015-04-02 09:41:52 +0200 (Thu, 02 Apr 2015) | 6 lines

Backported the relax 3.3.8 CHANGES file changes to trunk.

The command used was:
svn merge -r27825:r27826 svn+ssh://bugman@.../svn/relax/tags/3.3.8 .
........

2015-09-25 12:01:36 Tree
[r27866] by tlinnet

Made a summarize function to compare results.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.

2015-07-23 12:08:17 Tree
[r27865] by bugman

Added a unit test for the new lib.statistics.geometric_std() function.

2015-06-26 08:38:27 Tree
[r27864] by bugman

Addition of the file which should have been committed in the last commit (r27863).

2015-06-26 08:36:14 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.