Tagged Questions
5
votes
1answer
179 views
Using “Raw MathLink Connections” to create a “Kernel Object”
Mathematica 8.0.0:
I am stuck trying to get a Mathematica Mathlink connection from my Windows computer working that should connects to Linux over network (or vice versa) and then launches a Kernel on ...
8
votes
2answers
209 views
Specifying the ports used by LinkCreate or LinkLaunch
Whenever a Link is created using LinkCreate or LinkLaunch with ...
10
votes
5answers
521 views
Connecting to and disconnecting from a continuously running kernel, on demand
I realized that there are lots of advantages to driving C/C++/FORTRAN code directly from Mathematica as LibraryLink functions (instead of running them from the command line or a shell script, as I ...