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

[SUMMARY] MAPDL features/bugs implementation list #2715

Open
18 tasks
germa89 opened this issue Jan 29, 2024 · 4 comments
Open
18 tasks

[SUMMARY] MAPDL features/bugs implementation list #2715

germa89 opened this issue Jan 29, 2024 · 4 comments
Assignees
Labels
MAPDL Requires changes in MAPDL

Comments

@germa89
Copy link
Collaborator

germa89 commented Jan 29, 2024

This issues is to keep track of the features/bugs that needs to be fixed in MAPDL. They might be tracked somewhere else as well, but this issue should raise visibility among PyMAPDL users.

Ideally new features should couple with the MAPDL commands, so we do not duplicate code. Meaning, we are aiming to a code refactor more than coding new stuff.

Need to check

@germa89 germa89 added the MAPDL Requires changes in MAPDL label Jan 29, 2024
@germa89

This comment was marked as off-topic.

@germa89 germa89 pinned this issue Mar 8, 2024
@germa89
Copy link
Collaborator Author

germa89 commented Jun 7, 2024

Error running Ayush code:

 Server listening on : 0.0.0.0:50052
E0607 16:34:41.940439472    1545 proto_buffer_writer.h:67]   assertion failed: !byte_buffer->Valid()
forrtl: error (76): Abort trap signal
Image              PC                Routine            Line        Source             
libc.so.6          00007FFFBEE19520  Unknown               Unknown  Unknown
libc.so.6          00007FFFBEE6D9FC  pthread_kill          Unknown  Unknown
libc.so.6          00007FFFBEE19476  raise                 Unknown  Unknown
libc.so.6          00007FFFBEDFF7F3  abort                 Unknown  Unknown
libgrpc++.so.1.46  00007FFE9C67E894  Unknown               Unknown  Unknown
libGrpcMapdl.so    00007FFE9DCF51E9  _ZNSt17_Function_     Unknown  Unknown
libgrpcpp_channel  00007FFE9D2656A1  _ZN4grpc8internal     Unknown  Unknown
libgrpc++.so.1.46  00007FFE9C69C913  _ZN4grpc8internal     Unknown  Unknown
libgrpc++.so.1.46  00007FFE9C69BEAC  _ZN4grpc8internal     Unknown  Unknown
libGrpcMapdl.so    00007FFE9DD04E79  _ZN4grpc12ServerW     Unknown  Unknown
libGrpcMapdl.so    00007FFE9DC224DC  _ZN12C_StreamMgrC     Unknown  Unknown
libGrpcMapdl.so    00007FFE9DC22CFF  _ZNSt17_Function_     Unknown  Unknown
libGrpcMapdl.so    00007FFE9DC1F15C  _Z9WatchFileI12C_     Unknown  Unknown
libstdc++.so.6.0.  00007FFFFF66D253  Unknown               Unknown  Unknown
libc.so.6          00007FFFBEE6BAC3  Unknown               Unknown  Unknown
libc.so.6          00007FFFBEEFCA04  clone                 Unknown  Unknown
/ansys_inc/v242/ansys/bin/ansysdis242: line 77:   754 Aborted                 /ansys_inc/v242/ansys/bin/linx64/ansys.e -grpc
/ansys_inc/v242/ansys/bin/anssh.ini: line 96:   245 Illegal instruction     expr "$envval" : \"* > /dev/null

@germa89
Copy link
Collaborator Author

germa89 commented Jul 17, 2024

  • Check if there is a memory leak by running a script (with /clear, finish) many many times and check memory increase. Suggested by @koubaa

@germa89
Copy link
Collaborator Author

germa89 commented Jul 24, 2024

Running vm1 code as non-interactive, it got slow down, I kill python, and restart, and I saw this.

 Current ANSYS Traceback:
     ender                           
     slout                           
     Mapdl::SendCommand              
     slout                           
     Mapdl::SendCommand              
     slout                           
     Mapdl::SendCommand              
     slinquire                       
     Mapdl::SendCommand              
     GRPC_Start                      
     gRPCMapdlStart                  
     ANSYS

@germa89 germa89 self-assigned this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAPDL Requires changes in MAPDL
Projects
None yet
Development

No branches or pull requests

1 participant