Menu

SVN archive Commit Log


Commit Date  
[r7740] by bugman

Import fixes and clean ups and addition of module docstrings.

2008-10-15 22:42:05 Tree
[r7739] by bugman

Merged revisions 7708-7738 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r7728 | semor | 2008-10-15 23:18:55 +0200 (Wed, 15 Oct 2008) | 5 lines

Passed the 'file_data' variable to the det_dimensions() function and removed some 'self.' instances.

The system test for XEasy peak list support now goes further... However, more work is still needed.
........
r7730 | semor | 2008-10-16 00:13:40 +0200 (Thu, 16 Oct 2008) | 3 lines

Added a missing 'cdp' definition...
........
r7731 | semor | 2008-10-16 00:14:47 +0200 (Thu, 16 Oct 2008) | 3 lines

Added a missing import.
........
r7733 | semor | 2008-10-16 00:17:00 +0200 (Thu, 16 Oct 2008) | 3 lines

Changed a normalization force flag to boolean.
........

2008-10-15 22:34:21 Tree
[r7738] by bugman

Manually merged the last of the multi_processor branch.

The command used was:
svn merge -r3274:3296 svn+ssh://bugman@.../svn/relax/branches/multi_processor .

.....
r3296 | varioustoxins | 2007-05-16 23:46:21 +0200 (Wed, 16 May 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/processor.py

more documentation strings (completed if buggy for multi.processor)

------------------------------------------------------------------------
r3295 | varioustoxins | 2007-05-15 23:12:10 +0200 (Tue, 15 May 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/multi_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/specific_fns/model_free.py

minor improvements and much documentation of the Processor class

------------------------------------------------------------------------
r3283 | varioustoxins | 2007-05-08 21:45:48 +0200 (Tue, 08 May 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/multi_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/relax

final separation between the multi framework and relax and initial
documentation of multi.processor

------------------------------------------------------------------------
r3280 | varioustoxins | 2007-05-04 01:07:07 +0200 (Fri, 04 May 2007) | 3 lines
Changed paths:
D /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/multi_processor.py
A /branches/multi_processor/multi/prependStringIO.py (from /branches/multi_processor/multi/PrependStringIO.py:3275)
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py

threaded multi processor support written, multi is now beta!
multi now supports three substrates: mpi4py, uniprocessor, and threads

------------------------------------------------------------------------
r3279 | varioustoxins | 2007-05-02 00:23:25 +0200 (Wed, 02 May 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
A /branches/multi_processor/multi/multi_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py

major restructuring to create generic multiprocessor framework legacy
string based exception handling supported

------------------------------------------------------------------------
r3278 | varioustoxins | 2007-05-01 00:24:05 +0200 (Tue, 01 May 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/relax

correct use of -n command line option, work to give general processor
base class and simple processor implimentations

------------------------------------------------------------------------
r3277 | varioustoxins | 2007-04-30 15:40:54 +0200 (Mon, 30 Apr 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/relax

Addition of processor based intro string, correction of error in
Application_callback exceptio_handler named error_handler

------------------------------------------------------------------------
r3276 | varioustoxins | 2007-04-29 23:20:42 +0200 (Sun, 29 Apr 2007) | 4 lines
Changed paths:
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/relax

modifications to make the multi hierachy indepndant of relax; multi can
now be used to run other multiprocessor tasks (uni processor and mpi
work)

------------------------------------------------------------------------
r3275 | varioustoxins | 2007-04-28 19:59:04 +0200 (Sat, 28 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/minimise/generic.py
M /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py

improved output and exception handling
.....

2008-10-15 22:33:21 Tree
[r7737] by bugman

Manually ported r3274 from the multi_processor branch.

The command used was:
svn merge -r3273:3274 svn+ssh://bugman@.../svn/relax/branches/multi_processor .

.....
r3274 | varioustoxins | 2007-04-27 23:58:18 +0200 (Fri, 27 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/minimise/generic.py
M /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/relax

correction to master slave output prefixes
.....

2008-10-15 22:26:21 Tree
[r7736] by bugman

Manually ported r3269, r3270, and r3271 from the multi_processor branch.

The command used was:
svn merge -r3268:3271 svn+ssh://bugman@.../svn/relax/branches/multi_processor .

.....
r3271 | varioustoxins | 2007-04-23 13:06:57 +0200 (Mon, 23 Apr 2007) | 3 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py

threaded results output to _TRY_ to avoid starving multiprocessor while
waiting for stdio

------------------------------------------------------------------------
r3270 | varioustoxins | 2007-04-21 03:18:39 +0200 (Sat, 21 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/mpi4py_processor.py

forgot to remove sys.exit used in testing

------------------------------------------------------------------------
r3269 | varioustoxins | 2007-04-21 03:17:26 +0200 (Sat, 21 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/PrependStringIO.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py

batched retrun results and better sys.exit and exception handling behaviour
.....

2008-10-15 22:24:12 Tree
[r7735] by bugman

Manually ported r3268 from the multi_processor branch.

The 2 commands used were:
svn merge -r3267:3268 svn+ssh://bugman@.../svn/relax/branches/multi_processor .
svn merge -r3267:3268 svn+ssh://bugman@.../svn/relax/branches/multi_processor/specific_fns/model_free.py specific_fns/model_free/mf_minimise.py

.....
r3268 | varioustoxins | 2007-04-17 14:39:25 +0200 (Tue, 17 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/multi/mpi4py_processor.py
M /branches/multi_processor/multi/processor.py
M /branches/multi_processor/multi/uni_processor.py
M /branches/multi_processor/specific_fns/model_free.py

almost feature complete mpi4py and uni processor versions of relax
.....

2008-10-15 22:21:57 Tree
[r7734] by bugman

Merged all that could be merged from r3267.

The 2 commands used were:
svn merge -r3266:3267 svn+ssh://bugman@.../svn/relax/branches/multi_processor .
svn merge -r3266:3267 svn+ssh://bugman@.../svn/relax/branches/multi_processor/specific_fns/model_free.py specific_fns/model_free/mf_minimise.py

The grid search code was skipped as it is in minfx (https://gna.org/projects/minfx/).

.....
r3267 | varioustoxins | 2007-04-17 00:54:48 +0200 (Tue, 17 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/minimise/generic.py
M /branches/multi_processor/minimise/grid.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/specific_fns/model_free.py

fully operative grid search (uniprocessor broken)
.....

2008-10-15 22:17:30 Tree
[r7733] by semor

Changed a normalization force flag to boolean.

2008-10-15 22:17:00 Tree
[r7732] by bugman

Merged all that could be merged from r3266.

The 2 commands used were:
svn merge -r3265:3266 svn+ssh://bugman@.../svn/relax/branches/multi_processor .
svn merge -r3265:3266 svn+ssh://bugman@.../svn/relax/branches/multi_processor/specific_fns/model_free.py specific_fns/model_free/mf_minimise.py

The grid search code was skipped as it is in minfx (https://gna.org/projects/minfx/).

.....
r3266 | varioustoxins | 2007-04-12 18:48:28 +0200 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
M /branches/multi_processor/minimise/grid.py
M /branches/multi_processor/multi/commands.py
M /branches/multi_processor/specific_fns/model_free.py

partial integration of distributed grid code (everything broken)
.....

2008-10-15 22:15:01 Tree
[r7731] by semor

Added a missing import.

2008-10-15 22:14:47 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.