-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
thin ANTs #158
Comments
thinants is also related to: ANTsX/ANTsR#9 ... i've done some testing in antsr and it was fairly easy to go from over 1GB to 300MB in terms of the antsr build. if i rm'd the ANTS-build/lib directory then dropped to 20MB ... of course, we need that directory for ANTsR. so, ideally, it would contain a minimal set of programs. we could ID these programs in ANTsR alone but why waste time building what we don't need? ... anyway, that is a 2nd goal for this issue, in additional to generally thinning down ANTs. might mention that @ntustison and i also discussed "quieting" ANTs ie adding --verbose 0/1 options to relevant programs. programs in thin ants would be good candidates that add as well. |
closing because i implemented this option last night in commit |
This is great, Brian. |
Congrats this is great. On Saturday, February 7, 2015, stnava notifications@github.com wrote:
|
yeah - no longer green but i'll get it back .... it's very borderline re: brian On Sat, Feb 7, 2015 at 2:37 PM, Arman Eshaghi notifications@github.com
|
If it keeps failing, we need to remove On Sat, Feb 7, 2015 at 11:10 PM, stnava notifications@github.com wrote:
|
Brian, could you give me write access for ANTsR? On Sat, Feb 7, 2015 at 11:32 PM, Arman Eshaghi arman.eshaghi@gmail.com
|
yes, sure . brian On Sat, Feb 7, 2015 at 3:45 PM, Arman Eshaghi notifications@github.com
|
yes memory problem again, I'm working on this... On Sun, Feb 8, 2015 at 12:20 AM, stnava notifications@github.com wrote:
|
@armaneshaghi and @bkandel
make a lean/mean branch of ANTs that compiles only the most used functions i.e. what it takes to run the scripts in antsCorticalThickness and compile ANTsR
this should be as minimally different from master branch as possible ....
The text was updated successfully, but these errors were encountered: