Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Problem with UDF on HPC parallel

    • Dayananda swamy KM
      Subscriber

      I wrote an UDF for source term and it runs perfectly on my windows laptop. But when try to run on HPC it shows Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_2source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_2source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_2source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_2source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_2source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_2source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


      Error: chip-exec: function "cell_x_1source" not found.


           1  1.0000e+00  1.1223e-03  1.0930e-03  9.6736e-04  1.8411e-04  2.5502e-01  1.5939e-01  2:17:53 19999


        It only runs on 1 out 16 parallel nodes

    • Rob
      Forum Moderator

      Check the UDF Manual to see if the functions you're using need altering for parallel: that's the most common problem. 

    • Dayananda swamy KM
      Subscriber

      Thanks for the advice. I looked into the UDF manual, i compiled the UDF using journal file on HPC. It solved the problem.

    • Rob
      Forum Moderator

      Ah, in that case I suspect the problem was that the libudf wasn't compiled for parallel: that will have flagged an error earlier on but may have been missed as it tends not to crash the solver. 

Viewing 3 reply threads
  • The topic ‘Problem with UDF on HPC parallel’ is closed to new replies.