Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
en:centro:servizos:hpc:escribir_script [2016/06/21 14:34] fernando.guillenen:centro:servizos:hpc:escribir_script [2016/06/21 14:36] fernando.guillen
Line 18: Line 18:
  
 The recommended options are: The recommended options are:
-  * ''-O'' Generate optimized code to get better performance. Is equivalent to ''-O1''. Alternatively, you can use the options ''-O0'', ''-O2'' or ''-O3''. Number indicates the optimization level, being 0 the less optimization and 3 the most (( 3 is quite aggressive and can lead to issues). +  * ''-O'' Generate optimized code to get better performance. Is equivalent to ''-O1''. Alternatively, you can use the options ''-O0'', ''-O2'' or ''-O3''. Number indicates the optimization level, being 0 the less optimization and 3 the most (( 3 is quite aggressive and can lead to issues)). 
   * ''-o <name>'' Sets the binary file name.   * ''-o <name>'' Sets the binary file name.