MBrace.Core icon indicating copy to clipboard operation
MBrace.Core copied to clipboard

MBrace Core Libraries & Runtime Foundations

Results 19 MBrace.Core issues
Sort by recently updated
recently updated
newest added

Hi I am trying to make MBrace work in a .NET Core project. However, when I try to start a local thespian cluster I get a 'System.PlatformNotSupportedException'. If I try...

FsPickler 4.0 was [just released](https://www.nuget.org/packages/FsPickler/4.0.0), unfortunately most packages have a hard dependency `` < 4.0``: ![image](https://user-images.githubusercontent.com/4236651/30539286-05856b26-9c72-11e7-98ae-227344139b17.png) ![image](https://user-images.githubusercontent.com/4236651/30539350-44f30a84-9c72-11e7-81ca-8fa9721f6d3e.png) If FsPickler 4.0 is binary compatible (on the assembly level, whether the serialized...

I am attempting to specify a custom pickler with Thespian, using the following setup code: ``` let registry = CustomPicklerRegistry() registry.RegisterFactory let writer (w: WriteState) (x: MyType) = // code......

Executing the "Example: Running an iterative algorithm at scale with incremental notifications" at http://mbrace.io/starterkit/HandsOnTutorial.FSharp/examples/200-kmeans-clustering-example.html: ``` #load "ThespianCluster.fsx" #load @"lib\utils.fsx" #load @"lib\sieve.fsx" open System open MBrace.Core open MBrace.Thespian open Nessos.Streams let...

RegisterNativeDependency works well on individual files. However we also have scenarios where we need to register a whole directory structure of native files and other data. Would it be possible...

enhancement

I'd like to have a look at MBrace which looks amazing, but my use case implies having distributed processes on-premise / internal network. I tried to figure out in the...

discussion

One of the things that e.g. Hive allows you to do is define indexes on flat files based on their physical structure e.g. imagine a folder structure like: - {country}/{city}/{companyName}.txt...

enhancement

Is there a possibility to expand to support other cloud platforms like Cloud Foundry, OpenShift and providers like IBM Bluemix

enhancement

Sorry if this counts as a double post, but I was following up [#94](https://github.com/mbraceproject/MBrace.StarterKit/issues/94) Cloning master, building, and running `samples\wordcount.fsx` crashes workers on init and complains about `FSharp.Core 4.4.1.0` Bumping...

This is an issue to investigate what is required to get MBrace running x-plat. Do we look at Mono or wait for CoreCLR? What are the cost / benefits of...

discussion