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. in0, in1, in2,out0,out1, ....),
- A list of symbolic names must be provided when creating the task,
- The application should be compiled with glibc version 2.28,
- The program must have the filename "Gaia@home_application".
Application preparation procedure for Gaia@home:
* for more details on how to prepare your C application, click here
**for more details on how to prepare your Python application, click here