Am 24.01.2022 um 19:08 schrieb Marcin Błażejowski:
On 24.01.2022 18:18, Sven Schreiber wrote:
> Am 24.01.2022 um 16:45 schrieb Marcin Błażejowski:
>> Hi,
>>
>> suppose I have a R code which load gretldata via '--send-data' flag
>> and stores the results RES via 'gretl.export(RES, base)' and
'base' is
>> $mpirank based string. Is this thread-safe?
>>
> Hi Marcin, I believe it would be. Assuming that gretl.export from the R
Hi Sven,
yes, but what worries me here is not gretl.export() but --send-data
(all nodes work on different data).
I would expect it to work, because each gretl MPI-based process would
invoke its separate R instance. At least that's my understanding.
cheers
sven