Articles in this category Logical concept The aim of the project is to exploit the potential of parallel computing for scientific research based on the results of the Gaia space mission. The created system is based on queries to the Gaia miss... General requirements and procedure The program must be an executable file (compiled), if using additional non-standard libraries, they must be compiled statically with the program, Input and output files must have symbolic names (e.g. ... A simple Python code for a single CPU In order to use Python script in Gaia@Home it is required to transform the script into executable file. There are several methods to do so and we present two of them. First one is using PyInstaller to... A simple C code for a single CPU Example Code Example code that counts the number of lines in the input file with the symbolic name in0: #include <stdio.h> int main(void) { FILE *input,*output; int counter = 0; ...