Message Boards Message Boards

0
|
2005 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Concurrent Wolframscripts

Posted 3 years ago

Hello

I'm running some wolframscripts through a cluster of CentOS 7 nodes. Eventually some of the jobs run on the same node and interact in an way that I don't understand.

A simple bash script to reproduce the problem in a single server is this:

wolframscript -code '5+5' &
wolframscript -code '7+7' & 
wait

I expect this script producing always "10 14" or "14 10", but sometimes output is "10 10" or "14 14".

Why is this happening?

Thanks, Paco

POSTED BY: Paco Rosich
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract