erwincoumans / tiny-differentiable-simulator

Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
Apache License 2.0
1.23k stars 130 forks source link

compilation error- getting stuck #168

Closed RupaliArtpark closed 3 years ago

RupaliArtpark commented 3 years ago

I git cloned the package Tiny Differentiable Simulator. Inside the package created a build directory. Inside build as I execute 'make -j', my ubuntu freezes. I am using Ubuntu 20.04, gcc 11(supports cpp 17). Am I doing something wrong?

lasagnaphil commented 3 years ago

This usually happens when your compiler eats up too much memory and the computer begins to use swap memory. Try lowering the core count for make (for example, make -j1 or make -j2)

RupaliArtpark commented 3 years ago

Hi Philsik,

Thanks for the suggestion. I will give it a try and let you know how it goes.

Best Regards, Rupali

On Fri, Oct 8, 2021, 17:52 Philsik Chang @.***> wrote:

This usually happens when your compiler eats up too much memory and the computer begins to use swap memory. Try lowering the core count for make (for example, make -j1 or make -j2)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google-research/tiny-differentiable-simulator/issues/168#issuecomment-938599196, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV7C3V72NDXNQ64CWDLQEPTUF3O7DANCNFSM5FTHPRFQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.