Changes

20 bytes added ,  19:10, 15 September 2017
no edit summary
Line 64: Line 64:  
</code>
 
</code>
   −
Or you can open it in the GUI, by going to your home directory and pressing ctrl+h in order to show hidden files. Then double click your .bashrc file and add the specified lines. '''Make sure to execute the bash file to get the <code>PATH</code> updated: <code>exec .bashrc</code>.''' At this point, you will be able to run the code from any directory.
+
Or you can open it in the GUI, by going to your home directory and pressing ctrl+h in order to show hidden files. Then double click your .bashrc file and add the specified lines. '''Make sure to execute the bash file to get the <code>PATH</code> updated: <code>exec bash</code>.'''  
   −
If for some reason, the files aren't executing, you can change their permissions to make them executables. Go to the directory where you’ve compiled SU2 and run the following command on each module, like this:<code> corn17:~/SU2compiled/bin> chmod +x SU2_CFD</code>
+
At this point, you will be able to run the code from any directory. However, if the files aren't executing, you can change their permissions to make them executables. Go to the directory where you’ve compiled SU2 and run the following command on each module, like this:<code> corn17:~/SU2compiled/bin> chmod +x SU2_CFD</code>
    
=Running sample code=
 
=Running sample code=
Line 72: Line 72:  
You will need it to run the config files that come pre-prepped for you.
 
You will need it to run the config files that come pre-prepped for you.
   −
{{rocket-stub}}
   
[[Category: Rockets]]
 
[[Category: Rockets]]
 +
[[Category:CFD]]
 +
[[Category: Rockets Guides]]
84

edits