Modified the method for passing paths via macro definitions to prevent potential issues with macro expansion. For instance, when specifying the prefix as linux-gcc during configuration, STARPU_SAMPLING_DIR and STARPU_OPENCL_DATADIR may point to the subdirectory of 1-gcc instead, which can lead to unexpected behaviors. This is because gcc defines linux as 1.
Modified the method for passing paths via macro definitions to prevent potential issues with macro expansion. For instance, when specifying the
prefix
aslinux-gcc
during configuration,STARPU_SAMPLING_DIR
andSTARPU_OPENCL_DATADIR
may point to the subdirectory of1-gcc
instead, which can lead to unexpected behaviors. This is because gcc defineslinux
as1
.