Prachethan

Results 6 comments of Prachethan

Hi! I noticed that the options_as_config test hangs when --hpx:cores is set to a value smaller than the default number of OS threads, or when --hpx:threads is set greater than...

@Pansysk75 Agreed — having more threads than cores isn’t ideal and can lead to oversubscription or hangs. Emitting a warning sounds like a safe and helpful first step. We could...

Can you help me how to reproduce this error?

Thanks a lot for the detailed explanation! Just to make sure I’ve understood everything correctly — after running source /opt/intel/oneapi/setvars.sh, Intel overrides the system environment by setting its own compilers...

Thanks for the clarification! That makes perfect sense — I misunderstood that HPX doesn't actually depend on TBB, but it can definitely work with it as one of the possible...

I’d like to handle Intel environment setup automatically when running TBB-dependent apps, without needing users to manually source setvars.sh. So I wrote this wrapper script that loads the Intel environment...