Installation
This guide covers the installation of STEPSS, including the Java GUI, Visual Studio, and the Intel Fortran compiler.
All needed files can be downloaded from the Google Drive folder.
Installing Java
Section titled “Installing Java”STEPSS comes with a Java-based Graphical User Interface (GUI) that requires Java Version 20 (64-bit).
-
Check existing installation: Open a Windows Command prompt and enter:
Terminal window java -version -
Uninstall older versions (if necessary):
- Go to Windows Parameters → Applications
- Locate Java and click Uninstall
-
Install Java 20:
- Download
jdk-20_windows-x64_bin.exefrom the Google Drive - Double-click to install and follow the instructions
- Download
-
Associate STEPSS with Java:
- Right-click on
stepss.jar - Select “Open with” → “Always use this application”
- Right-click on
Installing STEPSS
Section titled “Installing STEPSS”- Download
STEPSS.jarfrom the Google Drive - Place it in any convenient location (e.g., your Desktop)
- Do not uncompress the archive
- Launch by double-clicking
STEPSS.jar
When launched, STEPSS creates a temporary working folder and copies all needed executables and libraries. To remove STEPSS, simply delete the archive file — it leaves nothing on your computer.
Current version: 3.40
Installing Visual Studio
Section titled “Installing Visual Studio”The Intel OneAPI compiler requires Microsoft Visual Studio Community 2022.
- Download the launcher from the Google Drive:
vs_community__e942d3d4864d4a80b72975352289d007.exe - Execute by double-clicking
- During installation, under the “Workloads” view, select “Desktop development with C++“
Installing the Fortran Compiler
Section titled “Installing the Fortran Compiler”Three packages need to be installed in order:
-
Download and install the OneAPI BaseKit:
w_BaseKit_p_2023.1.0.47256_offline.exe -
Download and install the Fortran Compiler Classic package:
w_ifort_runtime_p_2023.1.0.46319.exe -
Download and install the HPC Toolkit:
w_HPCKit_p_2023.1.0.46357_offline.exe -
Restart your computer
Installing PyRAMSES
Section titled “Installing PyRAMSES”For the Python interface to RAMSES, see the PyRAMSES Installation Guide.