-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[REVIEW]: PDLSM-FEM: Solver of Coupled Peridynamics Least Squares Minimization with Finite Element Method #3668
Comments
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @TLCFEM, @karthikncsu, @Balaje it looks like you're currently assigned to review this paper 🎉. Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post. ⭐ Important ⭐ If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿 To fix this do the following two things:
For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
Wordcount for |
|
|
Thank you, @TLCFEM, @karthikncsu, @Balaje for agreeing to be reviewers. Please read the first couple of comments in this thread and also reviewer guidelines here. Also, you can browse the closed "REVIEW" issues on the "joss-reviews" repository to get some ideas on how to complete the reviews. Thanks again and good luck! |
👋 @karthikncsu, please update us on how your review is going (this is an automated reminder). |
👋 @Balaje, please update us on how your review is going (this is an automated reminder). |
👋 @TLCFEM, please update us on how your review is going (this is an automated reminder). |
Hello @Balaje @TLCFEM, I am wondering how is the review going? @karthikncsu please let me know when you can start the review. If you are unable to perform the review, let me know. |
@prashjha, Sorry for the delay. I have started the review! |
@karthikncsu great. thanks!! :) |
working on it. |
Installation of the PDLSM-FEM solver software requires setting up the paths for MKLROOT and MPIROOT as mentioned in the manual: page 7 section 2.2 Build on Linux export MKLROOT =/ homes / MKL_2020 / compilers_and_libraries_2020 .1.217/ linux / mkl I suppose these pathnames are available in the older version of intel parallel studio. Intel had discontinued the old intel parallel studio product and have released the open-source oneAPI tool kit, replacing Intel Parallel Studio XE on December 8, 2020. https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html I faced similar issues recently when my intel parallel studio license got expired and had to change my code to be compatible with oneAPI. I am not able to install the package as I don't have the intel parallel studio license. Please modify the code and the documentation with the new paths for the mkl and iccifort filenames in the open API installation directory. Please let me know if there is an alternate way of installing the software. |
@karthikncsu Thanks for your comments. I didn't realize they closed the old version and released the oneAPI toolkit. For the MPIROOT, the OpenMPI is installed under the path "/opt / software / OpenMPI /4.0.5 - iccifort -2020.4.304" on my machine, but not installed with the intel parallel studio product. I noted that the file "libmpi.so" is under the path /homes/qibangliu/intel/oneapi/mpi/2021.3.0/lib/release, so the The updates were posted on GitHub. |
@whedon generate pdf |
@whedon check references |
|
Hi @QibangLiu Thank you for updating the manual with the settings to run the PDLSM-FEM with one API. I tried to install on my ubuntu system and it returned below error: /opt/intel/oneapi/mkl/2021.3.0//lib/intel64/libmkl_gnu_thread.so: undefined reference to Let me know a way around to resolve this. I would also recommend you to provide requirements files in the Github repo. |
need flag -fopenmp |
@whedon check references |
|
Hi @QibangLiu, could you address these points:
Once you are done, I will run a few commands and hand your paper to EiC for the final decision. |
@whedon generate pdf |
Hello, @prashjha Thanks for your comments and your effort on the paper. I have updated the draft, tagged the code, and archived the release on zenedo. The DOI is Also, Thanks very much for the review, @Balaje @karthikncsu @TLCFEM |
@whedon set 10.5281/zenodo.5784823 as archive |
OK. 10.5281/zenodo.5784823 is the archive. |
Thanks, @QibangLiu. One last thing: could you change the title in zenodo archive to match the title of joss paper? |
@prashjha DONE. |
Great...handing it to EiC!! |
@whedon recommend-accept |
|
|
👋 @openjournals/joss-eics, this paper is ready to be accepted and published. Check final proof 👉 openjournals/joss-papers#2830 If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#2830, then you can now move forward with accepting the submission by compiling again with the flag
|
@whedon accept deposit=true |
|
🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
Congratulations @QibangLiu on your article's publication in JOSS! Many thanks to @TLCFEM, @karthikncsu, and @Balaje for reviewing this submission, and @prashjha for editing. |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Submitting author: @QibangLiu (Qibang Liu)
Repository: https://github.com/QibangLiu/PDLSM-FEM_mpi
Version: v1.0
Editor: @prashjha
Reviewer: @TLCFEM, @karthikncsu, @Balaje
Archive: 10.5281/zenodo.5784823
Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@TLCFEM & @karthikncsu & @Balaje, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @prashjha know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Review checklist for @TLCFEM
✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
Review checklist for @karthikncsu
✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
Review checklist for @Balaje
✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
The text was updated successfully, but these errors were encountered: