-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to compile develop version with MSVC #274
Comments
good morning and thanks for your message on another subject, is there a tutorial for pestpp, i.e., how to build an example step by step ? |
I just tried the msvc sln on win10 and it works fine for me. Not sure what's happening on your machine, especially if the Intel sln works. pestpp-pso is not setup to build with cmake but everything else is (pso is the only fortran piece and most of its functionality is now in pestpp-mou). Check out the bat files in the scripts/ dir There are several fully worked examples around on how to setup for using pest and pest++. Check out the benchmarks/ directory and the pest and pest++ users guides for details. Also the gmdsi jupyter notebooks show a lot of the functionality within a python framework |
Hi |
correct - no pestpp-pso |
hi I have another question. Does the provided sln allow for the generation of dll's instead of static libs ? |
No dlls. pestpp is a set of statically linked executables. Is there any specific functionality or usecase you are looking for? |
I am building rainfall-runoff models, based on the NCAR WRFHYDRO package, so the aim is to conduct sensitivity analysis and parameter identification. |
@mnfienen might have some words of wisdom in this setting... |
thanks |
Another question :) |
That's a relic of a utility we had planned for but ended moving the utility support to python...so can be ignored |
thanks |
Hello
I am trying to build the MSVC version using the solution pestpp.sln in \pestpp\src
i am trying to build but nothing happens (as if it was built) tried rebuilding nothing happens either.
any help would be appreciated.
best
jac
The text was updated successfully, but these errors were encountered: