Changes between Version 47 and Version 48 of Installation_old
- Timestamp:
- 07/28/11 16:42:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation_old
v47 v48 1 1 = Installation = 2 2 3 The recent bundle of the MUSCLE can be downloaded from the [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]]. The bundled package contains the source code of MUSCLE, documentation and precompiled Java archives (jar).3 The recent bundle of MUSCLE can be downloaded from the [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]]. The bundled package contains the source code, documentation and precompiled Java archives (jar). 4 4 5 The offered version of MUSCLE extends and improve the [[http://muscle.berlios.de/|package]] provided by Jan Hegewald. We can list here the following circumstances: 6 * simplified installation procedure (some dependencies are already included in the bundle) 7 * added support for generation of OTF trace logs. 8 * implemented PortRange traversing technique for cross-cluster execution. 5 9 == Dependencies == 6 10 The core functionality of the MUSCLE is written in Java. To be able to integrate native code with the MUSCLE, there is also a native part which is written in C++. Bootstrapping and platform independent configuration is done with a highly flexible setup mechanism written in Ruby.