Skip to content

2) Installing with Basis

Maxim Umansky edited this page Nov 14, 2019 · 6 revisions

On those machines where Basis is installed (e.g., Singe and Grendel at LLNL) one can install UEDGE with Basis. Furthermore, one can make a static executable there and subsequently ship it to compatible Linux systems.

On Grendel,

  • dsys clean
  • dsys config –g std/linux_grendel
  • dsys build
  • dsys load

On Singe,

  • dsys clean
  • dsys config –g std/linux_singe
  • dsys build
  • dsys load

To make a static version on Grendel or Singe,

  • dsys clean
  • dsys config –g std/linux_mds_static
  • dsys build
  • dsys load

test sidebar

Clone this wiki locally