Re: [OSRM-talk] File Portability

2016-08-11 Thread Daniel Patterson
Dylan, That's roughly right. The main problem is that we're simply dumping C++ in-memory data structures to disk. This means that word alignment, byte ordering and data-type sizes need to be the same between machines. Assuming you have that, then it should work fine. We also don't

[OSRM-talk] File Portability

2016-08-11 Thread Dylan Adams
Hi, I'm aware that there are some limits on the portability of OSRM files, as documented on issues #2242 and #1685. I've also seen evidence of workflows that extract/contract on one machine, and distribute the results to other hosts