@Paul_McVay wrote:
I’m brand new to the julia multi-core system. If I send another
remotecall
to a process still running a previousremotecall
, will it wait for the first call to finish and then run the second function? Or will it try to schedule them concurrently on the same processor?
Posts: 1
Participants: 1