Star Clusters Demo
Set CLUSTERUSER to add additional users, like sgeadmin; Set CLUSTERSHELL to define the shell you want to use, like bash; Set MASTERIMAGEID to the latest GotCloud AMI, see: GotCloud: AMIs. Contains GotCloud, the reference, and the demo files in the /home/ubuntu/ directory that will be visible on all nodes in the cluster. Play the Star Clusters video slot by Big Time Gaming at lapalingo.com Online Casino. Play casino online at Lapalingo and receive regularly free spins, no deposit bonus and further exclusive bonuses, promotions and bonus offers. Close Fullscreen. This game is operated by Viral Interactive Ltd. Finn and the Swirly Spin Real Demo. Wild Toro Real Demo.
StarCluster is an open source cluster-computing toolkit for Amazon’s Elastic Compute Cloud (EC2) released under the LGPL license.
StarCluster has been designed to automate and simplify the process of building, configuring, and managing clusters of virtual machines on Amazon’s EC2 cloud.StarCluster allows anyone to easily create a cluster computing environment in the cloud suited for distributed and parallel computing applications and systems.
Overview Features Install instructions Quick-Start Tutorial Support | User Manual Guides Plugins FAQ Contribute |
Quick-Start Screencast
Getting started with StarCluster:
StarCluster AMIs
StarCluster comes with publically available AMIs on EC2 that include a minimal software stack for distributed and parallel computing. Currently, the AMIs are based on Ubuntu 12.04 and come in both 32bit and 64bit flavors.
Latest Stable AMI IDs (us-east-1):
- ami-7c5c3915 (i386)
- ami-765b3e1f (x86_64)
- ami-52a0c53b (HVM+GPU)
Use the following command to see the available AMIs in regions other than us-east-1:
The AMIs include the following software:
- OpenMPI - Library used for writing/running parallel applications
- Hadoop - Framework for writing massively distributed map/reduce tasks
- Open Grid Scheduler - Queueing system for scheduling jobs on the cluster and handling load balancing.
- NFS - Network File System for sharing folders across the cluster.
- ATLAS - Automatically Tuned Linear Algebra Subroutines (custom built for larger EC2 instance types)
- Scipy - Scientific algorithms library for Python (compiled against custom Atlas)
- Numpy - Fast array and numerical library for Python (compiled against custom Atlas)
- IPython - An advanced interactive shell for Python.
- and more...
Visualization Methods
Stellar Evolution Code
The evolution of each star in this simulation is calculated with the single star evolution (SSE) code written by Dr. Jarrod Hurleyet al. This code uses many analytic approximations, but it has been testedto be accurate within five percent of a more comprehensivestellar evolution code. It can calculate hundreds of starevolutionary tracks every second, which is necessary for real-timesimulations such as our Digital Demo Room (DDR). This SSE program assigns each star into one of fourteen different evolution classes at each timestep (and two additional classes not used here):

1 | - | Main Sequence Star |
2 | - | Hertzsprung Gap |
3 | - | First Giant Branch |
4 | - | Core Helium Burning |
5 | - | First Asymptotic Giant Branch |
6 | - | Second Asymptotic Giant Branch |
7 | - | Main Sequence Naked Helium Star |
8 | - | Hertzsprung Gap Naked Helium Star |
9 | - | Giant Branch Naked Helium Star |
10 | - | Helium White Dwarf |
11 | - | Carbon/Oxygen White Dwarf |
12 | - | Oxygen/Neon White Dwarf |
13 | - | Neutron Star |
14 | - | Black Hole |
For each class, an analytic formula is known that fits data from acomprehensive stellar evolution code. This formula is a function of initial mass, metallicity, and time. Binary stars and specific kinds of mass loss areincorporated in SSE, but are not used in the DDR. The SSE formula returns current total mass, core mass, luminosity, temperature, radius, andspin at every timestep for an individual star.
Star Clusters Democratic
We limit the possible input masses to lie between 0.1 and 100 solar masses. Below about 0.1 solar masses, stars will probably not begin hydrogen fusion. It's uncertain if any stable stars with masses greater than 100 solar masses exist.
Metallicities are calculated as the log of the mass fraction of elements heavier than Helium(He) in the star, and the starting metallicity affects the subsequent evolution. The main sequence is based on stars of solar metallicity(0.02). For this reason stars created with different metallicities may not begin precisely on our main sequence. The metallicity ranges from 0.0001 to 0.03. Stars with extremely low metallicities are slightly warmer and appear to the left of the main sequence. Stars with high metallicities are cooler andappear to the right.
The formation of stars in a star cluster is determined by a stellar mass function or initial mass function (IMF). This mass function is an analytic model for determining the approximate number density of a star of a particular mass in a star cluster. Basically, it is a function that describes how many stars of which masses would exist in a cluster if every star was born at the same time. (Binney and Merrifield). The stellar mass function that we use in our simulation is known as the Scalo equations.
This IMF describes the number of stars in a stellarpopulation within a specific differential mass range (Allen). The number of higher mass stars in a given stellar populationallowed by this IMF is much smaller than number of lower massstars. The result is that for star clusters and stellarpopulations which this IMF models, there should be many more low mass starsthan high mass stars, and such is the case observationally.
In our simulation, we have given the user the option of choosing a number of randomly massed stars that will be generated by our code determined by the above IMF. In essence, the user has the ability to create a newly formed stellar population between any mass range he/she chooses, with masses accurately determined by the IMF, and to watch it evolve on an HR diagram. To utilize the IMF in creating these randomly generated masses, we first normalize the IMF to a peak value of 1. We then randomly generate a mass between the user's limits, and this random mass is input into the part of the IMF that corresponds to its mass. We then generate another random number, this time between 0 and 1, and we test this number. If this new number is greater than the value that we received from inputting the random mass into the IMF, we reject the random mass and we start over, generating a new random mass. If this new number is less than or equal to the IMF's output value, we keep the random mass and use it as one of the stars that goes to the final simulation. This happens many times until as many randomly massed stars as are needed have been accepted. Essentially, what we did was to generate a random mass, check its probability of existing in a stellar population with the normalized IMF, and then either reject it or keep it depending on this probability.
The stable hydrogen burning lifetime of a star can vary from a few million years for high mass stars to tens of billions of years for low mass stars. We give the user a choice of 500, 1000, or 1500 frame movies. To see the details of the evolution of both high mass stars and low mass stars in the same movie would require varying the rate that time passes. This approach would give a false sense of the relative timescales, so all of the DDR movies are in linear time. To make sure the time scale for each movie encompasses the lifetimes of all stars used, the ending time is set by the lifetime of the lowest mass star in the movie. The lifetime is defined to be the point at which the star becomes a white dwarf, neutron star or black hole. The movies show an additional fifteen percent past the longest lifetime to show cooling of the final states. This way a group of very high mass stars will only be evolved for a few million years, and with a lower final time, each frame is a smaller timestep, and different stages can be seen in detail. In order to better view these different stages, the user has the option for the stars to leave trails on the graph.


The default setting for the simulation creates all stars at the sametime. This creates a very clear turn-offpoint on the main sequence, as higher mass stars rapidly evolve. Other optionsallow for multiple star creation times (having several 'starbursts'), or continous star creation. Within the continous creation, there are options for having a constant, increasing, or decreasing star creation rate. This allows simulations to be tuned to specific creation environments, such as HII regions or globular clusters.
Star Clusters In The Milky Way
The axes of the HR diagram were chosen to highlight the evolution closest to the main sequence. The cooling of white dwarfs and neutron stars is included in the SSE code, but we felt that it was too uncertain to focus attention on. Neutron stars do not appear withinthe bounds of the graph. White dwarfs appear for most of their coolingphase. Black holes have no luminosity and do not appear at all. Nakedhelium stars are so hot, that to expand the axes to fit them on thegraph would shift the attention away from the main sequence. For thatreason, naked heliumstars do not appear on the graph, although their supernovas stillappear near the axis labels. The very highest mass stars can also briefly become too luminous toappear within the bounds of the graph.
The colors of the stars are not exact, but instructional nonetheless. Color isdetermined entirely by the star's temperature, but there is no exact formula totranslate temperature into an RGB triplet. Blackbody peak radiation wavelengthcan be used as an estimate. For this simulation, six different colors were chosen and associated with specific temperature ranges. The colors were based on the colors assigned to real stars. For stars that lie outside of those specific temperature ranges, the color is interpolated in RGB between the two nearest colors. Blue is associated with main sequence high mass stars and red is associated with main sequence low mass stars and red giants. In betweenthese colors we have light blue, white, yellow, and orange, in orderof decreasing temperature.
Since temperature and luminosity can seem rather abstract to beginning students, radius data is also incorporated into the simulation for single star movies. The radius data is reconstructed from the temperature and luminosity. The formula R2 ~ L/T4 is used to calculate the star's radius at each time. The radius of a star can range from about 0.1 to 1000 times the radius of the sun, so we show a picture of a star with aradius proportional to the log base 10 of its true radius, in theappropriate color.This is shown in a separate box next to the HR diagram. This way a student can see a star expanding and contracting through its various phases.
This same box that shows the star's size also demonstrates the star's spin. An analytic approximation to the spin rate of stars is used for animation purposes, and the spin rate changes as the star evolves. However, oursimulation shows the spin of the star on a different timescale thanthe evolution timescale. While every frame represents at leastseveral thousand years, a typical star will complete one revolution ina matter of days. We add the spin to the simulation to show qualitatively that not only do stars spin but that the spin rate changes with radius.
Star Clusters Demo Games
Finally, an attempt is made to account for convective versus radiative surfaces. Below about 1.2 solar masses, a star's surface isconvective, leading to solar flares, sun spots, and a highly unstable appearance. For highmass stars, the surface is radiative and generally thought to be quiteuniform, so the picture is smoothed out. What is left after smoothing is enough to notice rotation, but not enough to indicate violent surface activity.
When a star exhausts its fuel, it can either go supernova or create aplanetary nebula. This is the most dramatic event in the star's life, so it ishighlighted in thesimulation. When a star first forms its planetary nebula, a small circle is drawn on the HR diagram where that star was, and a picture of a planetary nebula is shown briefly in the picture box. Planetary nebulas for stars greater than about 2 solar masses (but not high enough to go supernova) have a round shape while those of lower massstars have more elliptical or bipolar shapes. The pictures shown in the movie reflect this difference. When a star goes supernova in the movie, a small flare is drawn onthe HR diagram where the star was, the HR diagram flashes for oneframe, and a picture of a supernova remnant is briefly shown in the radius box. Both circlesand flares fade away with time, so that a movie with many stars does not become toocluttered. A minor flaw with this visualization happens when wide ranges of star masses areused. The highest mass stars will appear to go supernova on or near the main sequence inthe first few frames. This is because in these particular simulations, the time elapsed between frames ison the order of the lifetime of one the high mass stars.
