ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/ProgressBar.cpp
(Generate patch)

Comparing:
trunk/src/utils/ProgressBar.cpp (file contents), Revision 1431 by gezelter, Thu Apr 8 14:27:53 2010 UTC vs.
branches/development/src/utils/ProgressBar.cpp (file contents), Revision 1618 by gezelter, Mon Sep 12 17:09:26 2011 UTC

# Line 40 | Line 40
40   */
41  
42   #include <iostream>
43 + #include <cstdlib>
44   #include <sys/ioctl.h>
45 + #include <unistd.h>
46   #ifdef IS_MPI
47   #include <mpi.h>
48   #endif
# Line 79 | Line 81 | namespace OpenMD {
81   #endif
82        
83        // only do the progress bar if we are actually running in a tty:
84 <      if (isatty(fileno(stdout))) {  
83 <      
84 >      if (isatty(fileno(stdout))  && (getenv("SGE_TASK_ID")==NULL)) {    
85          // get the window width:
86          struct winsize w;
87          ioctl(fileno(stdout), TIOCGWINSZ, &w);

Comparing:
trunk/src/utils/ProgressBar.cpp (property svn:keywords), Revision 1431 by gezelter, Thu Apr 8 14:27:53 2010 UTC vs.
branches/development/src/utils/ProgressBar.cpp (property svn:keywords), Revision 1618 by gezelter, Mon Sep 12 17:09:26 2011 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines