-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dedup build with gcc-pthreads fails with: "fork: Invalid argument" #4
Comments
Hi Lakshan, What's your gcc version and distribution version? |
I figured it out the issue is with the input set if I give a input combination when building that is producing errors |
Are you a method to give different thread pool sizes for different stages in pipeline workloads. Is this possible |
Sorry, I'm not sure, I haven't deeply analyzed Parsec content, only built it :-) |
The command parsecmgmt -a build -p ferret -c gcc-tbb is not working could you please check |
parsecmgmt -a build -p dedup -i simmedium -c gcc-pthreads
The error is
gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c -o pk12err.o pk12err.c
make[2]: fork: Invalid argument
make[2]: Leaving directory '/home/lakshan/parsec-benchmark/pkgs/libs/ssl/obj/amd64-linux.gcc-pthreads/crypto/pkcs12'
make[1]: *** [subdirs] Error 1
Makefile:85: recipe for target 'subdirs' failed
make: *** [build_crypto] Error 1
make[1]: Leaving directory '/home/lakshan/parsec-benchmark/pkgs/libs/ssl/obj/amd64-linux.gcc-pthreads/crypto'
Makefile:330: recipe for target 'build_crypto' failed
The text was updated successfully, but these errors were encountered: