Another suggestion I've been given is this: http://gcc.gnu.org/wiki/CompileFarm. You wouldn't even have to supply hardware. On 17 September 2010 17:13, Daniel Berlin <dberlin at dberlin.org> wrote:> Can't offer it in the bay area, but i can offer space in oregon state > university (which is where the osuosl machines reside). > http://osuosl.org/services > > Why do you need access if you have people willing to handle support > tickets and remote console/power control cards? > I have yet to see a problem that i could not solve (since the cards > can display console, control power to the machine, etc) either through > this or a support ticket answered very quickly. > > I think you are going to have a very hard time finding donations with > #2 and #1 being your requirements. > The number of datacenters in the bay area is not as high as you might > think (mainly because it's not a cheap place to put DC's!) > > > On Thu, Sep 16, 2010 at 9:26 PM, Daniel Dunbar <daniel at zuster.org> wrote: >> Hi all, >> >> I don't have very high hopes, but does anyone happen to have available >> some kind of colocation services in the Bay Area that they could >> donate to LLVM? >> >> I would really like to establish a proper LLVM lab somewhere instead >> of relying on hardware which is residing at various companies. I would >> be willing to personally donate some hardware, but don't have any >> place to put it. >> >> My requirements are: >> (1) Must be in Bay Area. >> (2) Trusted LLVM developers could have at least 9x5 access. >> (3) Solid network connection. >> (4) Space, network, and power for a reasonable number of machines. >> >> I don't think we can promise you tax write-offs, but if that would be >> the deciding factor we could probably make that happen eventually. >> >> - Daniel >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
On 09/19/2010 03:48 PM, Ben Laurie wrote:> Another suggestion I've been given is this: > http://gcc.gnu.org/wiki/CompileFarm. You wouldn't even have to supply > hardware.The compile farm is a set of machines that is shared between different users. They are great to try your code on different architectures, but the level of control is a lot lower than the level you get from dedicated machines. So it is probably not what Daniel wants. Anyways, it is a great resource for gcc and open source development and I would love to see LLVM contributing to the compilefarm project. If you have access to spare machines, I am sure there is a place to host those machines in the compilefarm. Tobi
Hi Ben,> Another suggestion I've been given is this: > http://gcc.gnu.org/wiki/CompileFarm. You wouldn't even have to supply > hardware.several LLVM buildbots already run on compile farm machines. Ciao, Duncan.
On Sun, Sep 19, 2010 at 9:39 AM, Tobias Grosser <grosser at fim.uni-passau.de> wrote:> On 09/19/2010 03:48 PM, Ben Laurie wrote: >> Another suggestion I've been given is this: >> http://gcc.gnu.org/wiki/CompileFarm. You wouldn't even have to supply >> hardware. > > The compile farm is a set of machines that is shared between different > users. They are great to try your code on different architectures, but > the level of control is a lot lower than the level you get from > dedicated machines. So it is probably not what Daniel wants.Exactly. The compile farm is great and I am glad we are able to make use of the machines, but many of our buildbots are very demanding on the machine and it is good to have a few core dedicated machines to use for serving things. Or put another way, I like having access to machines I won't feel guilty if I hose. :) - Daniel> Anyways, it is a great resource for gcc and open source development and > I would love to see LLVM contributing to the compilefarm project. If you > have access to spare machines, I am sure there is a place to host those > machines in the compilefarm. > > Tobi > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Maybe Matching Threads
- [LLVMdev] Colocation Facility for LLVM?
- [LLVMdev] [cfe-dev] [Announcement] 3.3 Release Planning!
- [LLVMdev] git mirror
- [LLVMdev] Proposal: Generic auto-vectorization and parallelization approach for LLVM and Polly
- [LLVMdev] a problem when using postDominatorTree