Re: Setting environment variables when doing remove execution

2019-11-26 Thread Jacob Bachmeyer
Tobias Burnus wrote: On 11/26/19 12:53 AM, Jacob Bachmeyer wrote: As an interim measure, could you simply prepend the needed environment variables to the remote command and/or use env(1)? I thought of doing this – but while for compiling it is simple, doing so for run time is more difficult.

Re: Setting environment variables when doing remove execution

2019-11-26 Thread Tobias Burnus
Hi Jacob, On 11/26/19 12:53 AM, Jacob Bachmeyer wrote: As an interim measure, could you simply prepend the needed environment variables to the remote command and/or use env(1)? I thought of doing this – but while for compiling it is simple, doing so for run time is more difficult. In GCC, o

Re: Setting environment variables when doing remove execution

2019-11-25 Thread Jacob Bachmeyer
Tobias Burnus wrote: Hi all, the following is motivated by GCC testsuite – which uses 'dg-set-target-env-var' to set per-test-case environment variables (used with the address-sanitizer (ASAN) and in the testsuite for OpenMP/OpenACC (libgomp)). [The latter also uses 'setenv' for offloading f

Setting environment variables when doing remove execution

2019-11-25 Thread Tobias Burnus
Hi all, the following is motivated by GCC testsuite – which uses 'dg-set-target-env-var' to set per-test-case environment variables (used with the address-sanitizer (ASAN) and in the testsuite for OpenMP/OpenACC (libgomp)). [The latter also uses 'setenv' for offloading for all runs per offloa