User Tools

Site Tools


pub:forge

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pub:forge [2019/04/19 14:19]
weaverjon [Matlab]
pub:forge [2022/05/06 20:15] (current)
Line 438: Line 438:
 ==== Abaqus ==== ==== Abaqus ====
   * Default Vesion = 6.12.3   * Default Vesion = 6.12.3
-  * Other versions available: 6.11.26.14.1, 2016, 2018+  * Other versions available: 2019, 2018, 2016, 6.14.1, 6.11.2 
 +<code> 
 +module load abaqus/2019 
 +module load abaqus/2018 
 +module load abaqus/2016 
 +module load abaqus/6.14-1 
 +module load abaqus/6.12-3 
 +</code>
  
 This example is for 6.12 This example is for 6.12
Line 486: Line 493:
 ==== Abaqus 2016 ==== ==== Abaqus 2016 ====
  
 +<code>
 module load abaqus/2016 module load abaqus/2016
 +</code>
  
 <file bash abaqus2016.sbatch> <file bash abaqus2016.sbatch>
Line 1338: Line 1347:
 ===Python 3=== ===Python 3===
 There are many modules available for Python 3. However, unlike Python 2.7, all of the python modules are installed in the python directory rather than being separate modules. Currently, the newest Python 3 version available on the Forge is Python 3.6.4. To see a current list of available python versions, run the command <code>module avail python</code> To see a list of all available Python modules available for a particular Python version, load that Python version and run <code>pip list</code> Users are welcome to install additional modules on their account using <code>pip install --user <package name></code> There are many modules available for Python 3. However, unlike Python 2.7, all of the python modules are installed in the python directory rather than being separate modules. Currently, the newest Python 3 version available on the Forge is Python 3.6.4. To see a current list of available python versions, run the command <code>module avail python</code> To see a list of all available Python modules available for a particular Python version, load that Python version and run <code>pip list</code> Users are welcome to install additional modules on their account using <code>pip install --user <package name></code>
 +
 +***NOTE***
 +The default versions of Python on the Forge do ***NOT*** have pip installed.  You will have to load a Python module to get pip functionality.
 ====QMCPack==== ====QMCPack====
  
pub/forge.1555683564.txt.gz · Last modified: 2022/05/06 20:15 (external edit)