The resource-management tag has no wiki summary.
3
votes
0answers
58 views
Command to get License Management Monitor info
Using Netlink, when we have more users than Mathematica licenses (used in a pool), we get messages such as:
Error code: 11. Connected MathLink program has closed the link, but there might still be ...
10
votes
1answer
312 views
Mathematica Source-Code Control for CDF files in multi-user scenario
Q: I'm putting together a strategy on how its best to maintain cdf documents with multiple users in a source code repository.
Ideally I wish for users to create (unit tested) cdf's with data and ...
8
votes
1answer
283 views
Kernel Management
I would like to run a computation in one NoteBook that will take 2 hours.
Could I assign this Notebook a specific Kernel so I can run computation in other Notebooks ?
17
votes
2answers
468 views
Resource management in Mathematica
I am using a library that has functions like createSomeObject[] and deleteSomeObject[obj]. It is an interface to a C language ...