====== Running ====== ===== Preparation ===== The source code is available at [[https://github.com/VI4IO/io-500-dev|GitHub]]. ==== Installation ==== $ git clone https://github.com/IO500/io500.git -b io500-sc20 $ cd io500 $ ./prepare.sh We know that the library libcircle which is required for the pfind test is not easy to get compiled on Cray systems.It is required to modify the configure file to avoid verifying the MPI version by options such as //--showme// that do not exist on Cray MPI. Check also https://github.com/hpc/libcircle/issues/27 A video with the installation procedure is [[https://www.youtube.com/watch?v=RFkuapQ_gkc|here]]. ==== How to execute and tune the IO-500 benchmark ==== === Basic steps === - Create a job submission script (if applicable) to execute the io500.sh script which is located in the //io-500-dev// folder. Provide enough execution time and adjust the reserved resources. - Edit the io500.sh file to set allowed parameters, and create an ini file using "//./io500 --list > myconfig.ini//" and edit available parameters. Remember that you need to execute all the mandatory tests for a valid submission. * Adjust the variables //io500_mpirun// and to //io500_mpiargs// according to your system and test case. * Then the following variables could be adjust //io500_ior_easy_size//, //io500_ior_easy_params//, //io500_mdtest_easy_files_per_proc//, //io500_ior_hard_writes_per_pro//, //io500_mdtest_hard_files_per_proc// in order to achieve the minimum of 5 minutes executing for IOR easy/hard write, and mdtest easy/hard/write. * You can add system-specific information to the script, otherwise you can provide it during upload. \\ The [[https://vi4io.org/io500-info-creator/|info creator]] helps to create the required output. - Execute your submission job script that runs the "//io500.sh myconfig.ini//" script. - Verify that all the results are valid. - Submit your results, see https://www.vi4io.org/io500/submission/start A video with the execution and tuning procedure is [[https://www.youtube.com/watch?v=FRTK9KwPCmg|here]]. When you modify tunables check that the changes are allowed according to the [[io500:rules:submission|IO500 rules]].