Skip to content
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

fix support for non-GNU Linux systems (e.g. OS X) #121

Open
boegel opened this issue Aug 20, 2012 · 2 comments
Open

fix support for non-GNU Linux systems (e.g. OS X) #121

boegel opened this issue Aug 20, 2012 · 2 comments

Comments

@boegel
Copy link
Member

boegel commented Aug 20, 2012

(old internal ticket 16, 110)

We should try and support non-GNU Linux systems, for example OS X.

Known issues:

  • no /proc/cpuinfo
  • commands liketar have different options
  • locale issues
    • when running EasyBuild in a session that orginates from on OS X system, you might run into problems like:
Catastrophic error: could not set locale "" to allow processing of multibyte characters

This can be fixed by setting the following environment variables on the OS X system:

export LANG=C; export LC_ALL=en_US
@boegel
Copy link
Member Author

boegel commented Nov 30, 2012

Currently, OpenMPI builds fails on OS X because of sanity check: shared libraries are not found (.dylib on OS X instead of .so).

@JensTimmerman
Copy link
Contributor

OpenMPI already has dylib support in the sanity check, however, on OS X one lib does not seem to be build (f90.dylib ??)

@boegel boegel modified the milestone: v1.X Jun 24, 2015
@boegel boegel modified the milestone: 3.x May 2, 2017
@boegel boegel modified the milestones: 3.x, 4.x Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants