-
Notifications
You must be signed in to change notification settings - Fork 41
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
OPS implementation for Fortran code of Laplace #174
Conversation
@Ashutosh-Londhe does the code generator work on this ? Does it produce the different parallel versions ? |
Code generator able to generate following executables
All above mentioned able to generate correct output |
So far so good. Please add the intermediate steps too - although ops_par_loops will require code generation to compile. However, it will be very interesting and important to see how we can gradually move an application to use OPS, loop by loop. |
I think this is good for getting an initial understanding of the Fortran API and checking if the backend is working. However I agree with @reguly that it would be important to add the intermediate steps to elaborate on the conversion process. Our colleagues at Uni of Newcastle might like to see this, given they will do a bit chunk of the SENGA+ conversion. So lets plan to add this intermediate steps later down the line. I will approve this PR based on this. |
I think we are ok to merge this. @reguly if you are ok then do approve. I think we can add the other middle steps a bit later as currently @Ashutosh-Londhe is getting up to speed with OPS and we need to start working on SENGA+ |
Added Fortran implementation of Laplace
Implemented OPS version on Laplace Fortran code