(Post 08/09/2006) Trong thời gian vừa qua, 2 hãng chuyên sản xuất thiết bị xử lý trung tâm (CPU) là Intel và AMD lần lượt tung ra bộ xử lý tích hợp công nghệ Dual Core (công nghệ lõi kép).
(Post 05/09/2006) The OptimalGrid system then handles all of the details of mapping this into a problem with thousands or millions of cells and running it on a computing Grid consisting of hundreds of computers...
(Post 01/09/2006) In this tutorial, we described the OptimalGrid system and showed how it enables you to use a Grid to solve a problem. You need only to write the Java code to describe the problem at the level of the cell and its interaction with its neighbors. The OptimalGrid system then handles all of the details of mapping this into a problem with thousands or millions of cells and running it on a computing Grid consisting of hundreds of computers.
(Post 29/08/2006) In this section, we define a simple cellular problem and show how we would write the Java code that uses OptimalGrid to study the problem.
(Post 25/08/2006) As distributed, OptimalGrid is set up to run a sample problem called the Eden model. This Eden model problem is described in detail in the next section. The default setup will involve using two virtual processors that run on a single real processor. Once you verify that OptimalGrid runs on a single processor, you can expand to use any number of processors to run the same problem solution or a different problem solution that you develop.