[Quantian-general] Quantian + QuantLib + Cluster
Dirk Eddelbuettel
edd at debian.org
Thu Jan 26 15:14:20 UTC 2006
(Please don't use html mail, if possible, on a mailing list.)
On 26 January 2006 at 15:32, jmsanchj at ceca.es wrote:
|
| <br><font size=2 face="sans-serif">Hi,</font>
| <br>
| <br><font size=2 face="sans-serif">I'm a new member of this group.</font>
| <br>
| <br><font size=2 face="sans-serif">I'm working to build a system to calculate the price of Derivates Finnacial that my Company trades. I have been thinking that the best solution is a Cluster System with several CPUs, and I would like to use Quantlib with Quantian, but I don´t know if this library (Quantlib) works without any problem in a Cluster with Quantian.</font>
It certainly works very well as QuantLib executables are 'just' standard
binaries, often with limited i/o, have no shared memories or anything else
that can trip up openMosix --- so they make excellent candidates for
migration.
In fact, I tend to use repeated calls like
$ BermudanSwaption >/dev/null &
as my bread and butter openMosix migration test. :)
Let us know how it goes ...
Dirk
--
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
More information about the Quantian-general
mailing list