Skip to content

airexlab/ParMooN_CMG

Repository files navigation

ParMooN

Installation

# Download the installer
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d640da34-77cc-4ab2-8019-ac5592f4ec19/intel-oneapi-base-toolkit-2025.3.0.375_offline.sh

# Run the installer
sudo sh ./intel-oneapi-base-toolkit-2025.3.0.375_offline.sh -a --silent --cli --eula accept
  • Install dependencies
# For Ubuntu
sudo apt update
sudo apt -y install cmake pkg-config build-essential
  • Add the intel compilers to path
. /opt/intel/oneapi/setvars.sh

Usage

  • Clone this repository
git clone https://github.com/airexlab/ParMooN_CMG.git -o ParMooN
cd ParMooN
  • Set the main file, output directory and other configuration in UserConfig.cmake

  • Build the executable

mkdir BUILD
cd BUILD
cmake ..
make -j<number-of-processors>
  • Run the executable file generated in the output directory
cd ../OUTPUT/CD2D
./parmoon_2D_SEQUENTIAL.exe

About

The working version of the ParMooN Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors