Skip to content
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

Open
LakshanKarunathilake opened this issue Dec 17, 2019 · 7 comments

Comments

@LakshanKarunathilake
Copy link

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

parsec error

@cirosantilli
Copy link
Owner

Hi Lakshan,

What's your gcc version and distribution version?

@cirosantilli cirosantilli changed the title Dedup build with gcc-pthreads is not working Dedup build with gcc-pthreads fails with: fork: Invalid argument" Dec 17, 2019
@cirosantilli cirosantilli changed the title Dedup build with gcc-pthreads fails with: fork: Invalid argument" Dedup build with gcc-pthreads fails with: "fork: Invalid argument" Dec 17, 2019
@LakshanKarunathilake
Copy link
Author

I figured it out the issue is with the input set if I give a input combination when building that is producing errors

@LakshanKarunathilake
Copy link
Author

info

Can you elaborate what are the three last outputs mean

real 0m3.274s
user 0m2.563s
sys 0m1.547s

@LakshanKarunathilake
Copy link
Author

Are you a method to give different thread pool sizes for different stages in pipeline workloads. Is this possible

@cirosantilli
Copy link
Owner

cirosantilli commented Dec 21, 2019

Sorry, I'm not sure, I haven't deeply analyzed Parsec content, only built it :-)

@LakshanKarunathilake
Copy link
Author

The command parsecmgmt -a build -p ferret -c gcc-tbb is not working could you please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants