Given a file containing a list of Unix commands, multithreading is used to process the commands in parallel on a single server. Success/failure is captured, and failed commands are retained and reported. WWW: http://sourceforge.net/projects/parafly/ PR: 207960 Submitted by: Jason Bacon <bacon4000@gmail.com>
11 lines
279 B
Text
11 lines
279 B
Text
--- configure.orig 2013-01-22 01:21:10 UTC
|
|
+++ configure
|
|
@@ -3016,7 +3016,7 @@ fi
|
|
|
|
|
|
#AC_OPENMP # requires autoconf >= 2.62
|
|
-AM_CXXFLAGS=-m64
|
|
+#AM_CXXFLAGS=-m64
|
|
|
|
case $CXX in
|
|
g++*) AM_CXXFLAGS="-pedantic -fopenmp -Wall -Wextra -Wno-long-long -Wno-deprecated $AM_CXXFLAGS"
|