Difference between revisions of "Xapian"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
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/5.2.0
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Latest revision as of 15:42, 10 June 2022

Description

xapian website  

Xapian is an open source search engine library, which allows developers to add advanced indexing and search facilities to their own applications.

Environment Modules

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

System Variables

  • HPC_XAPIAN_DIR - installation directory
  • HPC_XAPIAN_BIN - executable directory
  • HPC_XAPIAN_DOC - documentation directory