Replies: 11 comments 17 replies
-
@johnoel At least two of us can't get it to run, see this issue. Could you provide more details on how to install? Thanks! |
Beta Was this translation helpful? Give feedback.
-
successful compile for me too, but the installer reports that it cannot find many files in examples/admb-re folders. |
Beta Was this translation helpful? Give feedback.
-
errors looked like: |
Beta Was this translation helpful? Give feedback.
-
make clean |
Beta Was this translation helpful? Give feedback.
-
I can also now compile and run locally. I found no errors or issues on my small test set. Windows 10. g++ (Built by Jeroen for the R-project) 8.3.0 |
Beta Was this translation helpful? Give feedback.
-
When trying to compile ss3 locally, I got this error: *** Compile: ss.cpp |
Beta Was this translation helpful? Give feedback.
-
I simply ran tpl2cpp, then ran admb |
Beta Was this translation helpful? Give feedback.
-
And now for some good news: I had no problems on my Mac running OSX
Catalina (I hate to give up the desktop picture). Just compiled and ran my
Tanner crab assessment model--no issues!
*William T. Stockhausen*
Research Fishery Biologist, Alaska Fisheries Science Center
NOAA Fisheries | U.S. Department of Commerce
Office: (206) 526-4241
www.fisheries.noaa.gov
…On Wed, May 11, 2022 at 3:25 PM johnoel ***@***.***> wrote:
Looks like you need to clean and recompile again. I can send you a
precompiled admb directory for testing.
C:\stock-synthesis-github\ss330>C:\Users\johnoel\admb-github\admb.cmd ss.tpl
*** Parse: ss.tpl
xxglobal.tmp
xxhtop.tmp
header.tmp
xxalloc.tmp
xxtopm.tmp
1 file(s) copied.
tpl2cpp ss
*** Compile: ss.cpp
g++ -c -std=c++14 -O2 -D_FILE_OFFSET_BITS=64 -DUSE_ADMB_CONTRIBS -D_USE_MATH_DEFINES -I. -I"C:\Users\johnoel\admb-github\build\admb\include" -I"C:\Users\johnoel\admb-github\build\admb\include\contrib" -o ss.obj ss.cpp
*** Linking: ss.obj
g++ -static -o ss.exe ss.obj "C:\Users\johnoel\admb-github\build\admb\lib\libadmb-contrib-mingw64-g++8.a"
Successfully built 'ss.exe'.
—
Reply to this email directly, view it on GitHub
<#249 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMAD5BIJOCMC5HOCZV5V53VJQXUZANCNFSM5VP2A5NA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
switched to RTools and got a |
Beta Was this translation helpful? Give feedback.
-
@johnoel wanted to report that the ADMB 13 branch works well for Stock Synthesis models! Comparable runtimes, and no change in results for the tested models. We are also able to use ADMB 13 to compile SS3 on Mac, Linux, and Windows. We also like the new console, and it has inspired us to clean up some of the console output that SS3 adds on. Thank you for the option to test in advance before releasing! |
Beta Was this translation helpful? Give feedback.
-
Sorry all, need to delay release of ADMB-13 till next month. Working on Issue #255. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
ADMB-13 will be the next major release. It is scheduled to be released at the near the end of May 2022. To ensure a smooth release, user testing is requested. Please download and build the admb-13.0 branch and test with existing models. The major release has many changes and new features included. One of the big changes is improving the program display (see issue #221). The display is more concise and provides additional diagnostics such as bounds checking. @Cole-Monnahan-NOAA and @wStockhausen lead the development. One major feature that was developed is to run the body of a for loop in parallel instead of sequentially. The forest example was modified to run the funnel function in parallel. The modified example has shown improved runtime performance compared to the original version. So, please try out the release and provide feedback and report any errors that were found.
Thank you,
Johnoel
Beta Was this translation helpful? Give feedback.
All reactions