:: ***************************************************************************** :: This material contains trade secrets or otherwise confidential :: information owned by Siemens Industry Software Inc. or its :: affiliates (collectively, "Siemens"), or its licensors. Access to :: and use of this information is strictly limited as set forth in the :: Customer's applicable agreements with Siemens. :: :: Unpublished work. Copyright 2023 Siemens :: ***************************************************************************** @echo off REM In case you don't have it in your AMESim installation folder (%AME%), REM the file %AME%\iclvars.bat can be created from this template. REM The procedure to create your %AME%\iclvars.bat from this template is the following: REM 1- Copy this template to your AMESim installation folder (%AME%). REM 2- Rename it from 'iclvars_template.bat' to 'iclvars.bat'. REM 3- According to the version of your Intel compiler, uncomment one REM the following 'call' commands, and if required, update the path so that REM it corresponds to your own installation. REM For the Intel oneAPI compiler version 2024.1 set VS2019INSTALLDIR=C:\apps\MVS16 call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 vs2019 REM For the Intel compiler version 12 REM call "C:\Program Files (x86)\Intel\Composer XE 2011 SP1\bin\iclvars.bat" ia32 REM NOTE: REM On 32 bit Windows: compilers are installed in "C:\Program Files\" by default REM On 64 bit Windows: REM - "C:\Program Files (x86)\" is used for 32 bit applications by default REM - "C:\Program Files\" is used for 64 bit applications by default