diff --git a/installation/mods_Abaqus/abaqus_v6.env b/installation/mods_Abaqus/abaqus_v6.env index 0bc5063a1..8d040cb23 100644 --- a/installation/mods_Abaqus/abaqus_v6.env +++ b/installation/mods_Abaqus/abaqus_v6.env @@ -44,16 +44,6 @@ double_precision=BOTH # The user will not be asked whether old job files of the same name should be deleted. ask_delete=OFF -# You can compile DAMASK into a library to be used with abaqus -# it saves you from compiling the subroutine for each job -# in this case you do not have to specify a usersubroutine file -# however if you still do, the compiled version will override that in the library -# Procedure: -# 1. create a library directory, e.g. abqlib, in your prefered location -# 2. build the library replacing your_prefered_location/abqlib with the correct path to the directory created in 1.: -# abaqus make -l DAMASK_abaqus_std.f -dir your_prefered_location/abqlib -# abaqus make -l DAMASK_abaqus_exp.f -dir your_prefered_location/abqlib -# 3. uncomment the next line after replacing your_prefered_location/abqlib with the correct path to the directory created in 1. # usub_lib_dir='your_prefered_location/abqlib' # Remove the temporary names from the namespace diff --git a/installation/mods_Abaqus/abaqus_v6_serial.env b/installation/mods_Abaqus/abaqus_v6_serial.env index 0469dc5f9..8e4d8e367 100644 --- a/installation/mods_Abaqus/abaqus_v6_serial.env +++ b/installation/mods_Abaqus/abaqus_v6_serial.env @@ -44,16 +44,6 @@ double_precision=BOTH # The user will not be asked whether old job files of the same name should be deleted. ask_delete=OFF -# You can compile DAMASK into a library to be used with abaqus -# it saves you from compiling the subroutine for each job -# in this case you do not have to specify a usersubroutine file -# however if you still do, the compiled version will override that in the library -# Procedure: -# 1. create a library directory, e.g. abqlib, in your prefered location -# 2. build the library replacing your_prefered_location/abqlib with the correct path to the directory created in 1.: -# abaqus make -l DAMASK_abaqus_std.f -dir your_prefered_location/abqlib -# abaqus make -l DAMASK_abaqus_exp.f -dir your_prefered_location/abqlib -# 3. uncomment the next line after replacing your_prefered_location/abqlib with the correct path to the directory created in 1. # usub_lib_dir='your_prefered_location/abqlib' # Remove the temporary names from the namespace