MIKENET: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
export MIKENET_DIR=${HOME}/Mikenet-v8.02 | export MIKENET_DIR=${HOME}/Mikenet-v8.02 | ||
export ARCH=`uname -m` | export ARCH=`uname -m` | ||
After you modify your .bashrc file, reload it using the source command in your terminal: | |||
source ~/.bashrc | |||
Or, alternatively, '.' can be used in this context as an alias for the source command: | |||
. ~/.bashrc | |||
Either of the above two commands will do the same thing, namely, parse your .bashrc file, which will now set your MIKENET_DIR and ARCH environment variables |
Revision as of 11:46, 18 February 2016
Check this out http://www.cnbc.cmu.edu/~mharm/research/tools/mikenet/#buildsim
Modify your ~/.bashrc file to contain the following two lines:
export MIKENET_DIR=${HOME}/Mikenet-v8.02 export ARCH=`uname -m`
After you modify your .bashrc file, reload it using the source command in your terminal:
source ~/.bashrc
Or, alternatively, '.' can be used in this context as an alias for the source command:
. ~/.bashrc
Either of the above two commands will do the same thing, namely, parse your .bashrc file, which will now set your MIKENET_DIR and ARCH environment variables