Difference between revisions of "Documentation/Nightly/Developers/Factory"

From Slicer Wiki
Jump to: navigation, search
m
Line 10: Line 10:
 
See [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|dashboard prerequisites]].
 
See [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|dashboard prerequisites]].
  
=Host=
+
=Host(s)=
 +
 
 
== factory.kitware ==
 
== factory.kitware ==
 
The factory machine runs Mac OS X v10.6.8, Snow Leopard.   
 
The factory machine runs Mac OS X v10.6.8, Snow Leopard.   
Line 71: Line 72:
  
 
=== Remote access ===
 
=== Remote access ===
 +
 +
Via SSH or VNC from Kitware internal network.
  
 
== factory-south.kitware ==
 
== factory-south.kitware ==
Line 124: Line 127:
 
* GCC version: Ubuntu 4.4.3-4ubuntu5.1
 
* GCC version: Ubuntu 4.4.3-4ubuntu5.1
 
* Tasks scheduled using [http://en.wikipedia.org/wiki/Cron cron]
 
* Tasks scheduled using [http://en.wikipedia.org/wiki/Cron cron]
 +
 +
Remote access: Via SSH or VNC from Kitware internal network.
  
 
=VM: Windows 7=
 
=VM: Windows 7=
Line 137: Line 142:
  
 
Also, keep in mind the [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup#Remarks remarks]] about building a dashboard on a Windows machine.  These all apply here.
 
Also, keep in mind the [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup#Remarks remarks]] about building a dashboard on a Windows machine.  These all apply here.
 
=== Remote access ===
 
This machine may be accessed via VNC through its static IP or through the Host.
 

Revision as of 18:41, 15 February 2015

Home < Documentation < Nightly < Developers < Factory


For the latest Slicer documentation, visit the read-the-docs.


Overview

The Slicer factory machine is maintained by Kitware and produces dashboard builds of many software projects, including nightly, continuous, and packaged versions of Slicer and its approved extensions. See the Slicer4 dashboard.

These builds are generated every day on three different operating systems: Windows 7, Mac OS X, and Linux. Because it is not legal to run any version of Mac OS X on a virtual machine (unless its host also runs Mac OS X), the host OS is Mac OS X, and the Windows and Linux builds are run within this machine as virtual machines.

Required factory components

See dashboard prerequisites.

Host(s)

factory.kitware

The factory machine runs Mac OS X v10.6.8, Snow Leopard.

  • CMake version: 2.8.8
  • GCC version: i686-apple-darwin10-gcc-4.2.1
  • Tasks scheduled using cron


Hardware

  • "Mac Pro (Mid 2010)" which has the 64-bit kernel enabled by default. See here for details.

Processor

  • 2 x 2.93 GHz 6-Core Intel Xeon

Graphics Card

  • Chipset Model: ATI Radeon HD 5770
  • Type: GPU
  • Bus PCIe
  • VRAM (total): 1024MB
  • EFI Driver Version: 01.00.436

Memory

  • 8 x 4GB = 32GB
  • Type: DDR3 ECC
  • Speed: 1333 MHz

Remote access

Via SSH or VNC from Kitware internal network.

factory-south.kitware

The factory machine runs Mac OS X 10.8.2 (12C60), Mountain Lion

  • CMake version: cmake-2.8.10.20130121-g92bd8
  • GCC version: 686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • Tasks scheduled using cron

The virtual machines are run using the Parallels tool.

Hardware

Processor

  • 2 x 2.4 GHz 6-Core Intel Xeon

Graphics Card

  • Chipset Model: ATI Radeon HD 5770
  • Type: GPU
  • Bus PCIe
  • VRAM (total): 1024MB
  • EFI Driver Version: 01.00.436

Memory

  • 8 x 8GB = 64 GB
  • Type: DDR3 ECC
  • Speed: 1333 MHz

Remote access

VM: Linux

factory-south.kitware

  • Ubuntu 11.04
  • CMake version: 3.1.0rc3
  • GCC version: Ubuntu 4.4.3-4ubuntu5.1
  • Tasks scheduled using cron

Remote access: Via SSH or VNC from Kitware internal network.

VM: Windows 7

  • Tasks are scheduled using the Windows Task Scheduler (Start->All Programs->Accessories->System Tools->Task Scheduler)
  • On Windows, instead of bash, we use batch scripts comprised of commands to call ctest to run all the nightly scripts.

factory-south.kitware

  • Windows 7 Ultimate N - Service Pack 1 (Build 7601) on an x86 platform.
  • CMake version: 3.1.0rc3
  • Compiler: VS2008

Also, keep in mind the Documentation/Nightly/Developers/Tutorials/DashboardSetup#Remarks remarks about building a dashboard on a Windows machine. These all apply here.