The program can't start because cygwin1.dll is missing...

Please note that the content of the MESH User Support space continues to be updated as we transition to new tools.

Support and contact: MESH@ec.gc.ca | GitHub: https://github.com/MESH-Model

The program can't start because cygwin1.dll is missing...

You might see this error when you try to run a program that was compiled with Cygwin:

This can happen if there is a discrepancy between the version of Cygwin used to compile the code and the version on your system.

To fix this, you might copy and recompile the code. This will create a program compatible with the version of Cygwin installed on your system. If you need a serial version to distribute, one that does not include MPI (i.e., parallelization) capability, you can compile a static (i.e., portable) version of the program using MinGW.