diff --git a/docs.it4i/index.md b/docs.it4i/index.md index 4214b9521a4b5212abd3d9319a507a4e5cc2ef20..1c9f9c3d03de6e17b2c7baa9b68d4db046c2aaae 100644 --- a/docs.it4i/index.md +++ b/docs.it4i/index.md @@ -1,12 +1,12 @@ # Documentation -Welcome to the IT4Innovations documentation. The IT4Innovations National Supercomputing Center operates the [Anselm][2], [Barbora][3], and [Salomon][1] supercomputers. The supercomputers are [available][4] to the academic community within the Czech Republic and Europe, and the industrial community worldwide. The purpose of these pages is to provide comprehensive documentation of the hardware, software and usage of the computers. +Welcome to the IT4Innovations documentation. The IT4Innovations National Supercomputing Center operates the [Anselm][2], [Barbora][3], and [Salomon][1] supercomputers. The supercomputers are [available][4] to the academic community within the Czech Republic and Europe, and the industrial community worldwide. The purpose of these pages is to provide comprehensive documentation of the hardware, software, and usage of the computers. ## How to Read the Documentation 1. Select the subject of interest from the left column or use the Search tool in the upper right corner. 1. Scan for all the notes and reminders on the page. -1. Read the details if still more information is needed. **Look for examples** illustrating the concepts. +1. If more information is needed, read the details and **look for examples** illustrating the concepts. ## Getting Help and Support @@ -18,12 +18,12 @@ Use your IT4Innovations username and password to log in to the [support][b] port ## Required Proficiency !!! note - You need basic proficiency in Linux environments. + Basic proficiency in Linux environments is required. -In order to use the system for your calculations, you need basic proficiency in Linux environments. To gain this proficiency, we recommend you read the [introduction to Linux][c] operating system environments, and install a Linux distribution on your personal computer. A good choice might be the [CentOS][d] distribution, as it is similar to systems on the clusters at IT4Innovations. It is easy to install and use. In fact, any Linux distribution would do. +In order to use the system for your calculations, you need basic proficiency in Linux environments. To gain this proficiency, we recommend you read the [introduction to Linux][c] operating system environments, and install a Linux distribution on your personal computer. For example, the [CentOS][d] distribution is similar to systems on the clusters at IT4Innovations and it is easy to install and use, but any Linux distribution would do. !!! note - Learn how to parallelize your code! + Learn how to parallelize your code. In many cases, you will run your own code on the cluster. In order to fully exploit the cluster, you will need to carefully consider how to utilize all the cores available on the node and how to use multiple nodes at the same time. You need to **parallelize** your code. Proficiency in MPI, OpenMP, CUDA, UPC, or GPI2 programming may be gained via [training provided by IT4Innovations][e].