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