Skip to content

openJDK

Overview

openJDK is an open-source alternative to the official Oracle JDK.

Availability

Cluster Module/Version
BOSE Not Available
BGSC openjdk/11
openjdk/16

Note: You can simply use "module load openjdk" to activate the most recently installed version of this software.

Arguments / Options

This is a list of arguments for the openJDK command that we wanted to highlight. Use "man openJDK" or man-guide-url for a full list.

Option Description
--argument description

Sample Slurm Script

submit.sh
#!/bin/bash
# -- SLURM SETTINGS -- #
# [..] other settings here [..]

# The following settings are for the overall request to Slurm
#SBATCH --ntasks-per-node=32     # How many CPU cores do you want to request
#SBATCH --nodes=1                # How many nodes do you want to request

# -- SCRIPT COMMANDS -- #

# Load the needed modules
module load openJDK   # Load openJDK

Real Example

Has your research group used openJDK in a project? Contact the HPC Team and we'd be glad to feature your work.

Resources