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

LULESH #35

Open
ivan-pi opened this issue May 19, 2022 · 3 comments
Open

LULESH #35

ivan-pi opened this issue May 19, 2022 · 3 comments

Comments

@ivan-pi
Copy link
Member

ivan-pi commented May 19, 2022

LULESH is the Livermore Unstructured Lagrangian Explicit Shock Hydrodynamics: https://asc.llnl.gov/codes/proxy-apps/lulesh
This is a popular proxy app used at HPC trainings.

LLNL also has an algebraic multigrid proxy app: https://asc.llnl.gov/codes/proxy-apps/amg2013

@certik
Copy link
Member

certik commented May 19, 2022

I was excited that it is in Fortran, but it is in C++. :)

@ivan-pi
Copy link
Member Author

ivan-pi commented May 19, 2022

There is a serial Fortran version too. But the code is rather verbose and heavy. It is missing intent specifiers, purity attributes, real constants lack precision specifiers

NVIDIA has featured the C++ benchmark in one of it's Technical Blogs: https://developer.nvidia.com/blog/developing-accelerated-code-with-standard-language-parallelism/

@certik
Copy link
Member

certik commented May 19, 2022

Looks like a great candidate for LFortran automatic modernization. ;) It's not implemented yet, but I created an issue for it.

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

2 participants