A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.
-diff --git a/000_objectives.md b/000_objectives.md index e4f5f41..601d2d7 100644 --- a/000_objectives.md +++ b/000_objectives.md @@ -30,6 +30,7 @@ Prerequisites
-SMPI CourseWare is a set of hands-on pedagogic material focused on teaching high performance computing and distributed memory computing in simulation. This is +SMPI CourseWare is a set of hands-on pedagogic materials focused on teaching high performance computing and distributed memory computing in simulation. This is done with SMPI (Simulated MPI), a simulator for MPI applications provided as part of SimGrid.
++This not self-contained course. Although tutorial information is provided, the intent is for this material +to be included into existing courses. +
+Using the navigation bar on the left you can see the specific learning objectives, and explore the covered topics. Each topic consists of short tutorial information and of many hands-on activities. Topic #0 is a good place to start :) diff --git a/public/css/basics.css b/public/basics.css similarity index 100% rename from public/css/basics.css rename to public/basics.css diff --git a/topic_basics_of_distributed_memory_programming/about.html b/topic_basics_of_distributed_memory_programming/about.html new file mode 100644 index 0000000..a3d40a4 --- /dev/null +++ b/topic_basics_of_distributed_memory_programming/about.html @@ -0,0 +1,20 @@ + +
This topic introduces basic but essential concepts for distributed-memory programming, such as:
+ ++ In this topic we do not focus on performance at all, and we implement a "toy" application that + computes a Julia set and saves it as a bitmap file for display. Below is (a low-res version of) the + Julia set we will compute: +
+ ++ +
+ diff --git a/topic_basics_of_distributed_memory_programming/index.html b/topic_basics_of_distributed_memory_programming/index.html new file mode 100644 index 0000000..1dbeef6 --- /dev/null +++ b/topic_basics_of_distributed_memory_programming/index.html @@ -0,0 +1,47 @@ + + + + +A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.
-There are many breeds of dogs. Each breed varies in size and temperament. Owners often select a breed of dog that they find to be compatible with their own lifestyle and desires from a companion.
-Three common ways for a prospective owner to acquire a dog is from pet shops, private owners, or shelters.
-A pet shop may be the most convenient way to buy a dog. Buying a dog from a private owner allows you to assess the pedigree and upbringing of your dog before choosing to take it home. Lastly, finding your dog from a shelter, helps give a good home to a dog who may not find one so readily.
-