mailr7771 - /branches/multi_processor_merge/multi/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 16, 2008 - 17:46:
Author: bugman
Date: Thu Oct 16 17:46:12 2008
New Revision: 7771

URL: http://svn.gna.org/viewcvs/relax?rev=7771&view=rev
Log:
Added contents to the multi package initialisation.


Modified:
    branches/multi_processor_merge/multi/__init__.py

Modified: branches/multi_processor_merge/multi/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/__init__.py?rev=7771&r1=7770&r2=7771&view=diff
==============================================================================
--- branches/multi_processor_merge/multi/__init__.py (original)
+++ branches/multi_processor_merge/multi/__init__.py Thu Oct 16 17:46:12 2008
@@ -1,0 +1,32 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins)   
 #
+#                                                                            
 #
+# This file is part of the program relax.                                    
 #
+#                                                                            
 #
+# relax is free software; you can redistribute it and/or modify              
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation; either version 2 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# relax is distributed in the hope that it will be useful,                   
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with relax; if not, write to the Free Software                       
 #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
+#                                                                            
 #
+###############################################################################
+
+
+__all__ = ['commands',
+           'mpi4py_processor',
+           'multi_processor',
+           'prependStringIO',
+           'processor',
+           'uni_processor']
+
+__doc__ = \
+"""Package for multi-processor code execution."""




Related Messages


Powered by MHonArc, Updated Thu Oct 16 18:00:05 2008