Install Codee
Goal
Download, install, and verify that Codee is correctly configured on your system.
Free
-
Download the Codee package for your operating system.
-
Extract the contents of the Codee package to the desired location.
-
The
codee
binary is located in thebin/
directory of the extracted package. To makecodee
accessible from your terminal session, you need to add this directory to your system'sPATH
:- [Temporary setup] Run the following command on your current terminal:
- Linux (Bash)
- Windows (cmd.exe)
- Windows (PowerShell)
export PATH="$PATH:<codee_dir>/bin"
set PATH="%PATH%;<codee_dir>\bin"
$env:path += ";<codee_dir>\bin"
- [Persistent setup] Update your system's configuration:
- Linux (Bash)
- Windows
Add the 'export PATH' command above to your '.bashrc' and restart your
terminal.Find and update the 'PATH' variable under the System Settings and restart
your terminal. -
Run the following command to display the Codee vestion installed in your system:
Codee command
codee --version
Codee output
Codee: 2025.2 (rev 48db835ca245)
License file detected: Not available
License flavour: Free
Remaining time until license expiration: Unlimited
C/C++/Fortran source code syntactic parsing based on:
- Clang 20.0
- Flang 20.0
- LLVM 20.0
Supported scientific libraries:
- libmath C11
- CBLAS (levels 1, 2 and 3) 3.10.0
- OpenMP 4.5
- OpenACC 2.7
Included Fortran modules:
- ISO_FORTRAN_ENV 20.0
- OpenMPI 5.0.5
- NetCDF 4.6.1
- HDF5 1.14.4
- OpenACC 2.6
- PETSc 3.22.1
- Libxc 7.0.0
- flook 0.8.4
- ETSF_IO 1.0.4
- libxsmm 1.17
- SIRIUS 7.6.1
- libint 2.6.0
Supported compilers:
- GNU (gcc, g++, gfortran)
- LLVM (clang, clang++, clang-cl, flang)
- Intel Classic (icc, icpc, ifort)
- Intel LLVM Fortran (ifx)
- Cray (craycc, craycxx, crayCC, crayftn, ftnfe)
- Nvidia (nvfortran)
- Microsoft (cl)
Commercial
-
Copy your valid license file to the Codee installation directory and ensure it is named
codee.lic
. Alternatively, you can set theCODEE_LICENSE_PATH
environment variable to the full path of your license file. -
Run the following command to display the Codee version installed in your system:
Codee command
codee --version
Codee output
Codee: 2025.2 (rev 48db835ca245)
License file detected: codee.lic
License flavour: Full
Remaining time until license expiration: 90 days
C/C++/Fortran source code syntactic parsing based on:
- Clang 20.0
- Flang 20.0
- LLVM 20.0
Supported scientific libraries:
- libmath C11
- CBLAS (levels 1, 2 and 3) 3.10.0
- OpenMP 4.5
- OpenACC 2.7
Included Fortran modules:
- ISO_FORTRAN_ENV 20.0
- OpenMPI 5.0.5
- NetCDF 4.6.1
- HDF5 1.14.4
- OpenACC 2.6
- PETSc 3.22.1
- Libxc 7.0.0
- flook 0.8.4
- ETSF_IO 1.0.4
- libxsmm 1.17
- SIRIUS 7.6.1
- libint 2.6.0
Supported compilers:
- GNU (gcc, g++, gfortran)
- LLVM (clang, clang++, clang-cl, flang)
- Intel Classic (icc, icpc, ifort)
- Intel LLVM Fortran (ifx)
- Cray (craycc, craycxx, crayCC, crayftn, ftnfe)
- Nvidia (nvfortran)
- Microsoft (cl)