GithubHelp home page GithubHelp logo

Comments (6)

catwithout avatar catwithout commented on September 15, 2024 1

Hi sai-kalai. The author told me: he changed the "env" file so that the mpi runtine can be called. But he forgot the details. I tried some ways, that failed. If you have some successful ways, please tell me. Thank you.

from compdam_dgd.

sai-kalai avatar sai-kalai commented on September 15, 2024

In my attempt of running the test cases I came across the following issue.
It appears that the compiler is unable to find certain mpi names.
Other UMATs run without problem, for example this one.
Here is the log file information:

Analysis initiated from SIMULIA established products
Abaqus JOB test_C3D8R_elastic_fiberTension
Abaqus 2020
Abaqus License Manager checked out the following licenses:
Abaqus/Explicit checked out 5 tokens from Flexnet server DESKTOP-6IANUNU.
<1019 out of 1024 licenses remain available>.
Begin Compiling Double Precision Abaqus/Explicit User Subroutines
2/2/2023 6:44:29 PM
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.8.0 Build 20221119_000000
Copyright (C) 1985-2022 Intel Corporation. All rights reserved.

matrixUtil.for(1): #warning: keyword redefined: type
matProp.for(1): #warning: keyword redefined: type
parameters.for(1): #warning: keyword redefined: type
End Compiling Double Precision Abaqus/Explicit User Subroutines
Begin Linking Double Precision Abaqus/Explicit User Subroutines
Creating library explicitU-D.lib and object explicitU-D.exp
LINK : warning LNK4217: symbol 'mpipriv1' defined in 'CompDam_DGD.obj' is imported by 'CompDam_DGD.obj' in function 'vexternaldb'
CompDam_DGD.obj : error LNK2019: unresolved external symbol mpi_allreduce referenced in function vexternaldb
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_dup_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_null_delete_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_null_copy_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_comm_dup_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_comm_null_delete_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_comm_null_copy_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_win_dup_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_win_null_delete_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_win_null_copy_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_type_dup_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_type_null_delete_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_type_null_copy_fn
CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_conversion_fn_null
explicitU-D.dll : fatal error LNK1120: 14 unresolved externals
Abaqus Error: Problem during linking - Double Precision Abaqus/Explicit User Subroutines.
This error may be due to a mismatch in the Abaqus user subroutine arguments.
These arguments sometimes change from release to release, so user subroutines
used with a previous release of Abaqus may need to be adjusted.
Abaqus/Analysis exited with errors

Thanks for any information

from compdam_dgd.

Dragon1998a avatar Dragon1998a commented on September 15, 2024

In my attempt of running the test cases I came across the following issue. It appears that the compiler is unable to find certain mpi names. Other UMATs run without problem, for example this one. Here is the log file information:

Analysis initiated from SIMULIA established products Abaqus JOB test_C3D8R_elastic_fiberTension Abaqus 2020 Abaqus License Manager checked out the following licenses: Abaqus/Explicit checked out 5 tokens from Flexnet server DESKTOP-6IANUNU. <1019 out of 1024 licenses remain available>. Begin Compiling Double Precision Abaqus/Explicit User Subroutines 2/2/2023 6:44:29 PM Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.8.0 Build 20221119_000000 Copyright (C) 1985-2022 Intel Corporation. All rights reserved.

matrixUtil.for(1): #warning: keyword redefined: type matProp.for(1): #warning: keyword redefined: type parameters.for(1): #warning: keyword redefined: type End Compiling Double Precision Abaqus/Explicit User Subroutines Begin Linking Double Precision Abaqus/Explicit User Subroutines Creating library explicitU-D.lib and object explicitU-D.exp LINK : warning LNK4217: symbol 'mpipriv1' defined in 'CompDam_DGD.obj' is imported by 'CompDam_DGD.obj' in function 'vexternaldb' CompDam_DGD.obj : error LNK2019: unresolved external symbol mpi_allreduce referenced in function vexternaldb CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_dup_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_null_delete_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_null_copy_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_comm_dup_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_comm_null_delete_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_comm_null_copy_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_win_dup_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_win_null_delete_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_win_null_copy_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_type_dup_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_type_null_delete_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_type_null_copy_fn CompDam_DGD.obj : error LNK2001: unresolved external symbol mpi_conversion_fn_null explicitU-D.dll : fatal error LNK1120: 14 unresolved externals Abaqus Error: Problem during linking - Double Precision Abaqus/Explicit User Subroutines. This error may be due to a mismatch in the Abaqus user subroutine arguments. These arguments sometimes change from release to release, so user subroutines used with a previous release of Abaqus may need to be adjusted. Abaqus/Analysis exited with errors

Thanks for any information

I have the same issue, have you managed to solve it?

from compdam_dgd.

sai-kalai avatar sai-kalai commented on September 15, 2024

Hi, thanks for the message, sadly no

from compdam_dgd.

catwithout avatar catwithout commented on September 15, 2024

I saw in a paper that it is possible to use MPI functions in VUMAT, but it has not been implemented. Have you solved the problem? If so, could you help me? Thank you

from compdam_dgd.

sai-kalai avatar sai-kalai commented on September 15, 2024

Hi catwithout, thanks for your comment
Can you please link the article?
My intuition is that there are several fortran subroutines that need implementation for this specific element.
I have stopped paying attention to this project for now; however, i intend on working on it at some point this year.
If we can solve this, that would be soo cool!

from compdam_dgd.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.