Skip to content

Commit

Permalink
Hot-fix for parallel hdf5 module on LC quartz (#44)
Browse files Browse the repository at this point in the history
* hot fix for parallel hdf module

* hot-fix for parallel hdf5 module
  • Loading branch information
dreamer2368 authored May 24, 2024
1 parent 50da6d9 commit 1b7eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install_quartz.bash
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ cd $LIB_DIR/libROM
if [ ! -f "build/lib/libROM.so" ]; then
cp $INSTALL_HELPER/libROM/CMakeLists.txt ./lib/
mkdir ./build && cd ./build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/simple.cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DUSE_MFEM=OFF -DCMAKE_INCLUDE_PATH=$LIB_DIR/include -DCMAKE_LIBRARY_PATH=$LIB_DIR/lib
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/simple.cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DUSE_MFEM=OFF -DCMAKE_INCLUDE_PATH=$LIB_DIR/include -DCMAKE_LIBRARY_PATH=$LIB_DIR/lib -DHDF5_IS_PARALLEL=On
check_result $? librom-config
make -j 16
check_result $? librom-build
Expand Down

0 comments on commit 1b7eee7

Please sign in to comment.