We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b978847 commit 729e2dbCopy full SHA for 729e2db
README.md
@@ -31,13 +31,13 @@ as well as some commonly needed external packages
31
##Usage
32
33
```no-highlight
34
- sh ./installxSDK --prefix="installation directory" [other configure options]
+ sh ./installxSDK.sh --prefix="installation directory" [other configure options]
35
```
36
37
##Example
38
39
40
- sh ./installxSDK --prefix=/usr/local/xSDK --with-mpicc=/usr/local/mpich/bin/mpicc --with-mpicxx=/usr/local/mpich/bin/mpicxx --with-mpif90=/usr/local/mpich/bin/mpif90
+ sh ./installxSDK.sh --prefix=/usr/local/xSDK --with-mpicc=/usr/local/mpich/bin/mpicc --with-mpicxx=/usr/local/mpich/bin/mpicxx --with-mpif90=/usr/local/mpich/bin/mpif90
41
42
43
##Useful Options
0 commit comments