Skip to content

Instantly share code, notes, and snippets.

@Tianqi26
Tianqi26 / readme.md
Last active January 12, 2024 20:10
Install openfoam 6.0 in HPC with Intel compiler and MPI
@Tianqi26
Tianqi26 / readme.md
Last active October 24, 2020 19:40
install fe40 in HPC

Install fe40 in HPC

### 1. change the path in the bashrc

foamInstall=/project/cs16/tma5/$WM_PROJECT
or
export FOAM_INST_DIR=/project/cs16/tma5/$WM_PROJECT
export WM_PROJECT_USER_DIR=/project/cs16/tma5/$WM_PROJECT/$USER-$WM_PROJECT_VERSION
@Tianqi26
Tianqi26 / readme.md
Last active October 6, 2020 20:04
install of5.x in HPC

install of5.x in SuperMike2 HPC

It is not applicable for two or more nodes simulation. The mpi should select intelmpi

qsub -I -l nodes=1:ppn=16,walltime=02:00:00 -q workq -A hpc_cdss01

#Download and unpack
cd /project/cs16/tma5/OpenFOAM
git clone https://github.com/OpenFOAM/OpenFOAM-5.x.git