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.
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
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