LOCKER: su2_v5.0 FILE: /mit/su2_v5.0/README.athena CONTENTS: Stanford University Unstructured (SU2) DESCRIPTION: The Stanford University Unstructured (SU2) suite is an open-source collection of software tools written in C++ for performing Partial Differential Equation (PDE) analysis and solving PDE constrained optimization problems. The toolset is designed with computational fluid dynamics and aerodynamic shape optimization in mind, but it is extensible to treat arbitrary sets of governing equations such as potential flow, electrodynamics, chemically reacting flows, and many others. HOW TO RUN: COMMAND: setup su2 parallel_computation.py -f -p ( is number of CPUs) Available SU2 programs: SU2_CFD (Computational Fluid Dynamics Code) SU2_DEF (Mesh Deformation Code) SU2_DOT (Gradient Projection Code) SU2_GEO (Geometric Design Code) SU2_MSH (Mesh Adaptation Code) SU2_SOL (Solution export/Conversion Code) Note that the above incorporate renaming of some routines in prior releases: SU2_MDC -> SU2_DEF SU2_MAC -> SU2_MSH SU2_GDC -> SU2_GEO SU2_GPC -> SU2_DOT consult documentation and tutorials for usage details. FROM DASH: no INTERFACES: command line VERSIONS: For Linux 64: SU2 5.0 DEPENDENCIES: Python, Tecplot or Paraview for output visualization DATAFILES: Platform-independent LICENSE SERVER: no ------------------------------------------------------------------------- SUPPORT ISSUES -- I/S SUPPORT: CONSULTING: none TRAINING: none DOCUMENTATION: https://github.com/su2code/SU2/wiki/User-Docs OTHER SUPPORT: tutorials at http://su2.stanford.edu/training.html CONSULTING: (none) TRAINING: (none) DOCUMENTATION: WEB PAGE: http://su2.stanford.edu/ BUG REPORTS: Use sendbug ------------------------------------------------------------------------- LEGAL ISSUES -- STATUS: LGPL v2.1 see https://github.com/su2code/SU2/wiki/License for details SITES: any RESTRICTIONS: DOCUMENTATION: ------------------------------------------------------------------------- ABOUT THIS LOCKER -- MAINTAINER(S): swmaint (group), alexp DIRECTORY STRUCTURE: /mit/su2_v5.0 - top level bin - python scripts, main routine binaries include - include files lib - helper app libraries SU2-5.0.0 - SU2 source tree TestCases - tests, examples MODIFY HISTORY: 1/23/17 - Alex Prengel Created this README.athena, initial locker setup MISCELLANEOUS: The main binaries are now being compiled with MPI support, so parallel computation is now possible on up to the maximum of 4 cores present on current Athena machines. Unfortunately multi-computer parallel computation on Athena is not possible at this time. The applications are designed to use Tecplot or Paraview for visualizing output data sets (both are available on Athena). Computation times can vary enormously, depending on the complexity of the problem. You may run into the issue of your Kerberos tickets expiring before the calculation completes. If so, you can copy all the needed binaries and scripts from the locker to a location on your local hard drive, and run the computation from there without needing tickets. These are located in the /mit/su2_v5.0/bin directory. Various pdf papers about SU2 are in the top level of the locker.