Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • Stranger Tools Stranger Tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 290
    • Issues 290
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • alyaalya
  • Stranger ToolsStranger Tools
  • Wiki
  • Ansa tools documentation
  • Ansa2mpio

Ansa2mpio · Changes

Page history
Update Ansa2mpio authored Feb 02, 2021 by Samuel Gomez's avatar Samuel Gomez
Hide whitespace changes
Inline Side-by-side
Ansa-tools-documentation/Ansa2mpio.md
View page @ 9ceca5ed
......@@ -24,7 +24,7 @@ import Ansa2mpio
#### As python script
This option is much more tedious because every time you start a session in Ansa you have to reload it. That is why I discourage it. In any case, it is explained what to do if you want to use this route.
First edit **Ansa2mpio.py** and comment the following lines:
Edit **Ansa2mpio.py** and comment the following lines:
```
linked_folder = os.path.dirname(__file__)
path = os.readlink(str(linked_folder) + '/Ansa2mpio.py')
......@@ -32,7 +32,7 @@ ansa2mpio_folder = os.path.dirname(path)
@session.defbutton('ALYA', 'Ansa2mpio', 'Output the MPIIO Alya format')
```
Then follow [Running-Python-scripts-in-Ansa](Ansa-tools-documentation/Running-Python-scripts-in-Ansa) guidelines.
## From the terminal
The tool for this purpose is **nogui_Ansa2mpio.py** and is located in the **Ansa/Ansa2mpio** folder. An explanation to how to run python tools can be found in [Running-Python-scripts-in-Ansa](Ansa-tools-documentation/Running-Python-scripts-in-Ansa).
......
Clone repository
  • Ansa tools documentation
    • Ansa2mpio inputs
    • Ansa2mpio
    • Running Python scripts in Ansa
  • _sidebar
  • Home
  • pyAlya documentation
    • Alya Python module