Difference between revisions of "YASM"

From UFRC
Jump to navigation Jump to search
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Programming]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|YASM}}
 
|{{#vardefine:app|YASM}}
Line 10: Line 10:
 
|{{#vardefine:testing|}}      <!--PROFILING-->
 
|{{#vardefine:testing|}}      <!--PROFILING-->
 
|{{#vardefine:faq|}}            <!--FAQ-->
 
|{{#vardefine:faq|}}            <!--FAQ-->
|{{#vardefine:citation|1}}      <!--CITATION-->
+
|{{#vardefine:citation|}}      <!--CITATION-->
 
|{{#vardefine:installation|}} <!--INSTALLATION-->
 
|{{#vardefine:installation|}} <!--INSTALLATION-->
 
|}
 
|}
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
*gcc/4.7.2
 
* yasm
 
 
 
 
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR : installation base directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN : executable program directory
+
* HPC_{{uc:{{#var:app}}}}_BIN : executable program directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB : library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB : library directory
  
 
<!--Configuration-->
 
<!--Configuration-->
Line 60: Line 55:
 
If you publish research that uses {{#var:app}} you have to cite it as follows:
 
If you publish research that uses {{#var:app}} you have to cite it as follows:
  
Andrea Marini, Conor Hogan, Myrta Grüning, Daniele Varsano, "Yambo: an ab initio tool for excited state calculations," Comp. Phys. Comm. 180, 1392 (2009).
 
 
|}}
 
|}}
 
<!--Installation-->
 
<!--Installation-->

Latest revision as of 17:53, 22 August 2022

Description

YASM website  

Yasm is a BSD-licensed assembler that is designed from the ground up to allow for multiple assembler syntaxes to be supported (e.g. NASM, GNU AS, etc.) in addition to multiple output object formats and multiple instruction sets. Its modular architecture allows additional object formats, debug formats, and syntaxes to be added relatively easily.

Environment Modules

Run module spider YASM to find out what environment modules are available for this application.

System Variables

  • HPC_YASM_DIR - installation directory
  • HPC_YASM_BIN : executable program directory
  • HPC_YASM_LIB : library directory