fortran compiler
fortran compiler
(OP)
hi,
can anybody tell me how to setup a fortran compiler in abaqus. I installed force 2.0 a freeware compiler and I think it "linked" automatically to abaqus.
still I get following error when running an analysis:
- problem during user subroutine compilation - df.exe not found in PATH
any help appreciated.
greets,
Anton
can anybody tell me how to setup a fortran compiler in abaqus. I installed force 2.0 a freeware compiler and I think it "linked" automatically to abaqus.
still I get following error when running an analysis:
- problem during user subroutine compilation - df.exe not found in PATH
any help appreciated.
greets,
Anton





RE: fortran compiler
RE: fortran compiler
http://www.abaqus.com/support/v64/v64_sysRqmts.html#win32
Per this page, only COMPAQ Visual Fortran 6.0 is supported. While you may get other versions of Fortran to work, this is at your own risk.
Brad
RE: fortran compiler
Thanks!
RE: fortran compiler
/karelin
RE: fortran compiler
I am using abaqus 6.5 on Linux platform.
I tried to program a Umat sunbroutine and to link it with abaqus.
The problem that i have not intel fortran wich is ecommended by abaqus .
So I used the gnu compiler.
but I had some erros while linking th subroutine with abaqus.
Th elog file is the following :
ABAQUS JOB bootseal_2d_umat
ABAQUS Version 6.5-1
Begin Compiling ABAQUS/Standard User Subroutines
Wed 12 Oct 2005 03:41:37 PM CEST
End Compiling ABAQUS/Standard User Subroutines
Wed 12 Oct 2005 03:41:37 PM CEST
Begin Linking ABAQUS/Standard User Subroutines
Wed 12 Oct 2005 03:41:37 PM CEST
g++: creep_: No such file or directory
g++: dflow_: No such file or directory
g++: dflux_: No such file or directory
g++: disp_: No such file or directory
g++: dload_: No such file or directory
g++: film_: No such file or directory
g++: flow_: No such file or directory
g++: fric_: No such file or directory
g++: gapcon_: No such file or directory
g++: gapelectr_: No such file or directory
g++: hardini_: No such file or directory
g++: hetval_: No such file or directory
g++: mpc_: No such file or directory
g++: orient_: No such file or directory
g++: rsurfu_: No such file or directory
g++: sdvini_: No such file or directory
g++: sigini_: No such file or directory
g++: ucorr_: No such file or directory
g++: ucrack_: No such file or directory
g++: uel_: No such file or directory
g++: uexpan_: No such file or directory
g++: uexternaldb_: No such file or directory
g++: ufield_: No such file or directory
g++: ufluid_: No such file or directory
g++: ugens_: No such file or directory
g++: uhard_: No such file or directory
g++: uhypel_: No such file or directory
g++: uhyper_: No such file or directory
g++: uinter_: No such file or directory
g++: umasfl_: No such file or directory
g++: umat_: No such file or directory
g++: umatht_: No such file or directory
g++: umeshmotion_: No such file or directory
g++: umotion_: No such file or directory
g++: umullins_: No such file or directory
g++: uporep_: No such file or directory
g++: upress_: No such file or directory
g++: upsd_: No such file or directory
g++: urdfil_: No such file or directory
g++: usdfld_: No such file or directory
g++: utemp_: No such file or directory
g++: utracload_: No such file or directory
g++: utrs_: No such file or directory
g++: uvarm_: No such file or directory
g++: uwave_: No such file or directory
g++: voidri_: No such file or directory
ABAQUS Error: Problem during linking - ABAQUS/Standard User Subroutines
ABAQUS/Analysis exited with errors
Please tell me what are the options to put in the abaqus_V6.env file to succede the compilation and the link.
Thanks