Difference between revisions of "ECE"

From UFRC
Jump to navigation Jump to search
Line 42: Line 42:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
Some of the software has GUI. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
+
Some of the applications have GUI interfaces. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
  
 
Basic usage:
 
Basic usage:
  module load gui
+
  module load gui/2
  launch_gui_session --module ece -e executable_name
+
  gui start --module ece -e executable_name
 
+
Open the URL shown in the terminal to see the application GUI in the browser.
Connect with xpra locally using the xpra command
 
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713
 
  
 
As of ece/1.2 module version the ece container has been split into three sub-containers:  cds, mgc, and syn
 
As of ece/1.2 module version the ece container has been split into three sub-containers:  cds, mgc, and syn
Line 64: Line 62:
 
  luanch_syn executable_name
 
  luanch_syn executable_name
  
As of ece/1.2 module version the ece container has been split into three sub-containers:  cds, mgc, and syn
+
Wrapper shell scripts for the following applications are availble, so they can be called directly without 'launch_$container' after loading the ece module:
 
+
calibre ccopt_gui cdesigner dc_shell  etagui  primetime  tmax
The following executables are available:
 
  ccopt_gui  dc_shell  etagui launch_cds  launch_mgc  launch_syn primetime  tmax
 
  
 
|}}
 
|}}

Revision as of 14:35, 1 October 2019

Description

ece website  

Ece software container

Required Modules

Serial

  • ece

System Variables

  • HPC_{{#uppercase:ece}}_DIR - installation directory

Additional Information

Some of the applications have GUI interfaces. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs

Basic usage:

module load gui/2
gui start --module ece -e executable_name

Open the URL shown in the terminal to see the application GUI in the browser.

As of ece/1.2 module version the ece container has been split into three sub-containers: cds, mgc, and syn

The following executables are available:

ccopt_gui  dc_shell  etagui  launch_cds  launch_mgc  launch_syn  primetime  tmax

Non GUI usage:

module load ece
luanch_cds executable_name

or

luanch_mgc executable_name

or

luanch_syn executable_name

Wrapper shell scripts for the following applications are availble, so they can be called directly without 'launch_$container' after loading the ece module:

calibre  ccopt_gui  cdesigner  dc_shell  etagui  primetime  tmax