-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can't execute bbr commands via the clusters #716
Comments
Hi @LeoLuongVuong - Is there any additional information in the Also - can you tell us if / how the model runs with Kyle |
Hi Kyle WARNINGS AND ERRORS (IF ANY) FOR PROBLEM 1 (WARNING 2) NM-TRAN INFERS THAT THE DATA ARE POPULATION. (WARNING 3) THERE MAY BE AN ERROR IN THE ABBREVIATED CODE. THE FOLLOWING W Y (WARNING 79) SIGMA IS USED ON THE RIGHT. WITH A SUBSEQUENT RUN, IF AN
LIM VALUES MAXLIM ASSESSED BY NMTRAN: 1,2,3,4,5,6,7,8,10,11,13,15,16 Stop Time: The model runs perfectly when I executed it with Pirana. Thanks a lot. |
Thanks; can you confirm
This looks like a |
I hope this helps! |
I'm asking you to run it locally. |
I don't have NONMEM on my PC. That would take some time till I can install it. |
Hello @LeoLuongVuong . I'm glad to see this discussion ongoing here. I'm jumping in to hopefully provide some clarification points:
As Kyle noted, it seems like you may have a NONMEM issue (potentially related to Best of luck, and thanks for jumping in so quickly Kyle! |
Thanks a lot, @seth127 for your detailed explanation! It appears much clearer to me now. Also, sorry for overlooking your questions @kylebaron. So, to provide more info:
Regarding the NONMEM issue, do you have any advise on how to solve that? Many thanks again for your timely support! |
Hi Kyle and Seth I would like to open this issue again since I ran into the same problem, but this time when using NONMEM locally on my PC. Specifically, I seem to have size issue "LIM VALUES MAXLIM ASSESSED BY NMTRAN: 1,2,3,4,5,6,7,8,10,11,13,15,16 " although I used the most recent bbi version: 3.3.0. My synxtax is this: Can you give me some suggestion on how to solve this? Thanks! |
Hi
I'm trying to execute submit my NONMEM models with bbr in my clusters but I couldn't. I constantly got the following error. Can someone help me out here please? Many thanks.
submit_model(
mod1,
.mode = "local",
.bbi_args = list(parallel = TRUE, threads = 4, overwrite = TRUE) # not needed if set in bbi.yaml
)
Error in check_status_code(p$get_exit_status(), output, .cmd_args) :
bbi nonmem run local /vsc-hard-mounts/leuven-data/357/vsc35700/Posa_Ped_IPDMA_MLV/nonmem_modelling/1.mod --parallel --threads=4 --overwrite
returned status code 1 -- STDOUT and STDERR:time="2024-08-30T16:03:03+02:00" level=info msg="Successfully loaded default configuration from /vsc-hard-mounts/leuven-data/357/vsc35700/Posa_Ped_IPDMA_MLV/nonmem_modelling/bbi.yaml"
time="2024-08-30T16:03:03+02:00" level=info msg="Beginning Local Path"
time="2024-08-30T16:03:03+02:00" level=info msg="A total of 1 models have completed the initial preparation phase"
time="2024-08-30T16:03:03+02:00" level=info msg="[1] Beginning local work phase"
time="2024-08-30T16:03:13+02:00" level=error msg="[1] Exit code was 115, details were exit status 115"
time="2024-08-30T16:03:13+02:00" level=error msg="[1] output details were: Starting NMTRAN\n \n WARNINGS AND ERRORS (IF ANY) FOR PROBLEM 1\n \n (WARNING 2) NM-TRAN INFERS THAT THE DATA ARE POPULATION.\n \n (WARNING 3)
The text was updated successfully, but these errors were encountered: