- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
I've installed IVFortran v9.1 and microsoft visual c++2005 and try to integrate with Abaqus v6.8-1.
I'm trying to run the command under abaqus jobs directory using
c:\\abaqus jobs>abaqus job=plate-vusdfld user=xx.VUSDFLD interactive
This command is to run the job with user subroutine.
But I got the error as follows:
"Begin Compiling Single Precision Abaqus/Explicit User Subroutines
ifort: error: could not find 'cl'
End Compiling Single Precision Abaqus/Explicit User Subroutines
Begin Linking Single Precision Abaqus/Explicit User Subroutines
ValueError: LINK.exe not found in PATH.
"
So what should I do next to fix it?
Could anyone help me out?
Thanks.
BTW, the operating system is windows xp 64 digit.
- Balises:
- Intel® Fortran Compiler
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Lien copié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
The "could not find cl" means that it was not able to locate Microsoft Visual C++ so that it knows which version to use. Have you established the Fortran build environment using the ifortvars.bat script? That it could also not find LINK implies to me that you have not done this.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Thank you for your reply.
I just installed microsoft visual c++ 2005 into default directory.
Then I installed Intel visual fortran v9.1 also using the default directory.
Could you tell me hwo to establish the Fortran build environment using the ifortvars.bat script.
Thanks.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Could you show me how to do that in an easy way?
I'm new to Fortran use with micro visual studio. The following pic is my screenshot.
I don't know how to do that.
I'm searching this information on the web but cannot find the case like mine.

- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
"
If you want to reference an existing installed Platform SDK from within Visual Studio 2005, you can do so in one of two ways:
- Open the appropriate build environment command window (
Start.. All Programs.. Intel Software Development Tools.. Intel Fortran Compiler 9.1..Build Environment for
) and issue the commands:"C:\Program Files\Microsoft Platform SDK\SetEnv.bat"
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv" /useenvThe first command invokes the environment setup procedure for the Microsoft Platform SDK you are using, and the second starts the Visual Studio development environment using the established environment. Replace the file paths shown with the correct paths for your system.
- Manually change all pertinent pathnames in Visual Studio's Tools..Options..Projects..Directories to include the appropriate directories from your chosen Platform SDK.
But my product is not microsoft platform SDK. I only install micro visual studio c++2005.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Thanks.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
I found the following source on the web.
But I cannot follow the first step because I cannot find "c:\program files\microsoft platform SDK\SetEnv.bat".
"
If you want to reference an existing installed Platform SDK from within Visual Studio 2005, you can do so in one of two ways:
But my product is not microsoft platform SDK. I only install micro visual studio c++2005. |
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
I don't know what's wrong with my"Intel Fortran Compiler 9.1.023 build environment for EM64T-based applications".
When I click that one it just pops up this command window. But the command is
C:\Documents and Settings\me277c>
If I input command "ifortvars.bat" in that directory, it says "The system cannot find the path specified."
How can I move forward?
Thanks.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
That version is so old I don't have it installed anymore, so my memory may be a bit foggy, but it should display some information about the compiler and Visual Studio version when you use the Build Environment shortcut. Try the IA-32 one.
If you do want 64-bit builds, you will need to make sure that you have VS2005's 64-bit support installed. It is not the default. You may need to do a "Change" on VS2005 and add in the "x64 Compiler and tools" component.
I suggest starting with IA-32 and get that working.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Specifically, identify which versions of Abaqus, Visual C++ and Intel Fortran you have. One place to look for this information is under the Programs and Features item of the Windows Control Panel
Once you identify the versions, we can take things up from there as to installing Intel Fortran.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
cl
and
link
If these are not found, you need to fix that problem first. Otherwise, please not the version information output from each command and let us know.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
c:\abaqus jobs>cl
and
c:\abaqus jobs>link
It says 'cl' is not recognized as an internal or external command, operable program or batch file.
So how to run cl and link?
Are those commands correct? What are thy if not?
Thanks.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
I have a shortcut for abaqus command right over the "start".
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
It directed me to C:\Documents and Settings\me277c>
not abaqus jobs command.
Why is that?
How to fix it?

- S'abonner au fil RSS
- Marquer le sujet comme nouveau
- Marquer le sujet comme lu
- Placer ce Sujet en tête de liste pour l'utilisateur actuel
- Marquer
- S'abonner
- Page imprimable