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

remove obsolete and incorrect versions of TRPDRV #1023

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

jeffhammond
Copy link
Collaborator

  1. remove ccsd_trpdrv_nb because it is buggy. ccsd_trpdrv_omp (OpenMP) has the nonblocking stuff and works.
  2. remove all Blue Gene (BG) files since they are obsolete. the OpenMP version should be fine for BG-like systems.

the former issue was found in the context of ARMCI nonblocking request handles, but i think it might have been observed before.

@edoapra
Copy link
Collaborator

edoapra commented Oct 4, 2024

@jeffhammond Could you rebase this branch?
https://github.com/jeffhammond/nwchem/tree/disable_ccsd_trpdrv_nb show the following status
2 commits ahead of, 64 commits behind nwchemgit/nwchem:master.

ccsd_trpdrv_nb has a bug in it.  all of the nonblocking stuff is in the OpenMP (_omp) version.  that should be used instead.

ccsd_trpdrv_bgp is obsolete.  for any Blue Gene like system, the OpenMP version will be fine.

Signed-off-by: Jeff Hammond <[email protected]>
@jeffhammond
Copy link
Collaborator Author

rebase done

@edoapra
Copy link
Collaborator

edoapra commented Oct 4, 2024

rebase done

Thanks. It might take me some time to go through this pull since the flang-new-20 action might fail and I still not have looked at this compiler issue (clearly orthogonal to the this changes) yet

@edoapra
Copy link
Collaborator

edoapra commented Oct 4, 2024

Thanks for the code cleanup

@edoapra edoapra merged commit f267e1b into nwchemgit:master Oct 4, 2024
63 of 64 checks passed
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

Successfully merging this pull request may close these issues.

2 participants