ECE: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:SoftwareCategory:Ece {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|ece}} |{{#vardefine:url|https://www.ece.ufl.edu/}} <!--CONFIGURATION: OPTIONAL (|1}} m..." |
No edit summary |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Software]][[Category: | [[Category:Software]][[Category:Physics]] | ||
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|ece}} | |{{#vardefine:app|ece}} | ||
Line 21: | Line 21: | ||
<!--Modules--> | <!--Modules--> | ||
== | ==Environment Modules== | ||
< | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
* HPC_{{ | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 42: | Line 32: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
Some of the | 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 | ||
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: | Non GUI usage: | ||
module load ece | 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 available, so they can be called directly without 'launch_$container' after loading the ece module: | |||
calibre ccopt_gui cdesigner dc_shell fm_shell hspice primetime tmax vcf vcs | |||
|}} | |}} |
Latest revision as of 21:39, 3 March 2023
Description
Ece software container
Environment Modules
Run module spider ece
to find out what environment modules are available for this application.
System Variables
- HPC_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 available, so they can be called directly without 'launch_$container' after loading the ece module:
calibre ccopt_gui cdesigner dc_shell fm_shell hspice primetime tmax vcf vcs