Difference between revisions of "Running SCHISM on Windows"
(Created page with "The instruction below is from Dr. Jon Shu (Cal-DWR) (July 2018) * First download the compiled schism 5.6.1 windows with the necessary dlls at [ SCHISM_exec] and uncompres...") |
|||
| Line 8: | Line 8: | ||
* To run it parallel in windows, you need to install MS HPC 2008 package, which can be downloaded at | * To run it parallel in windows, you need to install MS HPC 2008 package, which can be downloaded at | ||
| − | https://www.microsoft.com/en-us/download/details.aspx?id=14737 | + | [https://www.microsoft.com/en-us/download/details.aspx?id=14737 MS_HPC_2008] |
* To run it in parallel on windows, make sure the Microsoft mpiexec is in your path and before other mpiexec (for instance intel mpiexec if you have intel compiler installed before). You can check it by typing “where mpiexec ” under windows command console (or which mpiexec if you have cygwin installed) | * To run it in parallel on windows, make sure the Microsoft mpiexec is in your path and before other mpiexec (for instance intel mpiexec if you have intel compiler installed before). You can check it by typing “where mpiexec ” under windows command console (or which mpiexec if you have cygwin installed) | ||
| − | * Copy all input files and the executable and dlls from above into a directory, and then | + | * Copy all input files and the executable and dlls from above into a directory, and then execute the program inside: |
mpiexec -np 8 pschism | mpiexec -np 8 pschism | ||
Revision as of 20:14, 17 July 2018
The instruction below is from Dr. Jon Shu (Cal-DWR) (July 2018)
- First download the compiled schism 5.6.1 windows with the necessary dlls at
[ SCHISM_exec]
and uncompress.
- To run it parallel in windows, you need to install MS HPC 2008 package, which can be downloaded at
MS_HPC_2008
- To run it in parallel on windows, make sure the Microsoft mpiexec is in your path and before other mpiexec (for instance intel mpiexec if you have intel compiler installed before). You can check it by typing “where mpiexec ” under windows command console (or which mpiexec if you have cygwin installed)
- Copy all input files and the executable and dlls from above into a directory, and then execute the program inside:
mpiexec -np 8 pschism