Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Fluent error : 3: mpt_accept: error: accept failed: Permission denied

    • Thodorisdm
      Subscriber

      Hello, 

      I assume the above error appears because of my UDF. However, I have put my case and data files in the directory in which is allowed by my institution to  compile codes. 

      This is the message I get in the beginning when I open my case file. Is not the UDF properly compiled? What could be the root of the error?

      Will now auto-compile UDF library "libudf".
      Copy "C:\Users\....\rollers.c" to "C:\Users\......\libudf\src"

      Copyright 1987-2023 ANSYS, Inc. All Rights Reserved.
      Compiler and linker: Clang (builtin)

      scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
      File "C:\Users\.....\libudf\win64\3ddp_host\SConstruct", line 20, in
      Compiler path: "C:\PROGRA~1\ANSYSI~1\v231\fluent"\ntbin\clang\bin\clang-cl
      Linker   path: "C:\PROGRA~1\ANSYSI~1\v231\fluent"\ntbin\clang\bin\lld-link

      scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
      File "C:\Users\....\libudf\win64\3ddp_host\SConstruct", line 156, in
      C sources: ['rollers.c']

      Copyright 1987-2023 ANSYS, Inc. All Rights Reserved.
      Compiler and linker: Clang (builtin)

      scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
      File "C:\Users\.....\libudf\win64\3ddp_node\SConstruct", line 20, in
      Compiler path: "C:\PROGRA~1\ANSYSI~1\v231\fluent"\ntbin\clang\bin\clang-cl
      Linker   path: "C:\PROGRA~1\ANSYSI~1\v231\fluent"\ntbin\clang\bin\lld-link

      scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
      File "C:\Users\....\libudf\win64\3ddp_node\SConstruct", line 156, in
      C sources: ['rollers.c']

      Done.

       

      ....: Opening library "C:\....\Develop\...\libudf"...

      Done.

       

      ....: Opening library "C:\Users\.....\Develop\....\libudf"...

      my_filter

      Done.

    • SRP
      Ansys Employee

      Hi,

      The messages indicate that the compilation process is attempting to use the compiler but is unable to find the Visual Studio compiler, which is typically required for compiling C/C++ code on Windows platforms.

      Ensure that you have Visual Studio installed on your system.

Viewing 1 reply thread
  • The topic ‘Fluent error : 3: mpt_accept: error: accept failed: Permission denied’ is closed to new replies.