[yt-svn] commit/yt: brittonsmith: Removing warning printed when parallel_objects is called during a

Bitbucket commits-noreply at bitbucket.org
Tue Jun 5 07:14:47 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/8b3a40e4b759/
changeset:   8b3a40e4b759
branch:      yt
user:        brittonsmith
date:        2012-06-05 16:07:46
summary:     Removing warning printed when parallel_objects is called during a
serial job.
affected #:  1 file

diff -r 221d00ce8e795245343f79d602f0217bbd36e0ca -r 8b3a40e4b75963596de58831d78fdf9d895de785 yt/utilities/parallel_tools/parallel_analysis_interface.py
--- a/yt/utilities/parallel_tools/parallel_analysis_interface.py
+++ b/yt/utilities/parallel_tools/parallel_analysis_interface.py
@@ -343,7 +343,6 @@
 def parallel_objects(objects, njobs = 0, storage = None, barrier = True):
     if not parallel_capable:
         njobs = 1
-        mylog.warn("parallel_objects() is being used when parallel_capable is false. The loop is not being run in parallel. This may not be what was expected.")
     my_communicator = communication_system.communicators[-1]
     my_size = my_communicator.size
     if njobs <= 0:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list