NTNU Stuff
This page was written in 2008 and probably doesn't apply anymore.
Configure Abaqus 6.7-1 for user subroutines
Connect to the NTNU network.
Connect to diger. The username should be: WIN-NTNU-NO\username
Install the documentation from
\\diger\ivt-progdist\Abaqus\6.7\Abaqus HTML Documentation
Copy installation files from
\\diger\ivt-progdist\Abaqus\6.7\Abaqus Windows-32
then run setup.exe and enter the following information:
Installation type: Product
License server:
27500@iblade1-01
The installer may print an error message. In this case continue the installation and when it's finished, edit the abaqus_v6.env file with the correct server address. The file is located in the 'site' folder of the installation folder (usually C:\Abaqus\site\). Replace the following line:
abaquslm_license_file=""
with:
abaquslm_license_file="27500@iblade1-01"
Configure Abaqus 6.7-1 for user subroutines
Connect to the NTNU network.
Copy the following folder to your local drive:
\\diger\ivt-progdist\VisualStudio\2005\Kilde\Windows\Professional_Edition\Professional_Edition_Install
and run setup.exe to install MS Visual Studio 2005
Install Intel Visual Fortran Compiler 9.1. At NTNU we only have version 10.1 on the server. You'll find it here:
\\diger\ivt-progdist\Intel-visual-fortran
In order to get version 9.1 you need to register with your ntnu address at
https://registrationcenter.intel.com/
Use the serial number of Fortran 10.
Once you're logged in, click on Fortran 10 from your products page. There is a drop-down list with the version. Choose 9.1. I think you'll get a license file which you'll need during installation. If you don't get it, just let me know and I'll send it to you. I don't remember where I got it from.
After you've installed VS and VF, you probably need to edit your environment variables. Use the following files:
- vcvars32.bat (in the VS program folder)
- ifortvars32.bat (in the VF program folder)
to see what pathes and variables you need to edit / add.