1 Star 0 Fork 1

chewenchao / Titan_GSPH

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ccr-debug.sh 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
#! /bin/bash
module purge
module load use.own
module load hdf18-intel-mpi
export CXX=mpicxx
export CC=mpicc
export CPPFLAGS=-DMPICH_IGNORE_CXX_SEEK
make clean
make distclean
./configure --enable-paralel --disable-parallel-IO --enable-debug --with-hdf5=$HDF5
make && make install
C++
1
https://gitee.com/chewc/Titan_GSPH.git
git@gitee.com:chewc/Titan_GSPH.git
chewc
Titan_GSPH
Titan_GSPH
master

搜索帮助