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

recompile ipole #11

Open
webgisdeveloper opened this issue Apr 23, 2024 · 1 comment
Open

recompile ipole #11

webgisdeveloper opened this issue Apr 23, 2024 · 1 comment
Assignees

Comments

@webgisdeveloper
Copy link
Collaborator

`
BTW, I saw those "Illegal instruction" errors before. There were mainly because of:

  • Libraries (e.g., gsl) were compiled with modern CPU optimization
  • ipole itself was compiled with modern CPU optimization
  • The jobs were run on very old machines on OSPool.

There are two options to resolve it:

  • Add some OS or hardware requirements on your submission script so we only run on newer hardware. However, this may reduce the number of resource available. And instead of running concurrently on 10k cores, we may limited to only ~ 1k cores.

Or

  • Compiler both gsl and ipole with less aggressive optimization flags (e.g., -O2 instead of -O3) or by avoiding some instruction extension (e.g., AVX512).
    `
@webgisdeveloper webgisdeveloper self-assigned this Apr 23, 2024
@webgisdeveloper
Copy link
Collaborator Author

makefile from CK's old email
makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant