Skip to content

Conversation

kellyguo11
Copy link
Contributor

Description

When running with conda on Spark, we sometimes see errors related to ImportError: .../torch/lib/libgomp.so.1: cannot allocate memory in static TLS block. This can be fixed by setting LD_PRELOAD to use libgomp from Isaac Sim. In this setup, we automatically add the LD_PRELOAD flag when setting up the conda environment through ./isaaclab.sh -c.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read and understood the contribution guidelines
  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@github-actions github-actions bot added bug Something isn't working infrastructure labels Sep 19, 2025
@Toni-SM
Copy link
Contributor

Toni-SM commented Sep 19, 2025

Do not use conda 😅🤪

@ooctipus
Copy link
Collaborator

ooctipus commented Sep 19, 2025

actually I am running into some issue while testing , still need to test the changes are effective so no merge yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants