remove personal runconf file. cleanup ADIOS2 xml config file for example

This commit is contained in:
Norbert Podhorszki
2019-02-06 14:32:01 -05:00
parent 410d79d8b7
commit a4b9542ba9
2 changed files with 2 additions and 37 deletions

View File

@ -4,25 +4,12 @@
<!-- example engines
<engine type="BPFile">
<parameter key="substreams" value="10"/>
</engine>
<engine type="HDF5">
<engine type="InSituMPI">
<engine type="SST">
<engine type="DataMan">
-->
<!-- example operations
These operations go inside an IO group (but not inside engine group)
<io name="custom">
<variable name="T">
<operation type="zfp">
<parameter key="accuracy" value="0.01"/>
</operation>
</variable>
</io>
-->
<!--====================================================
Configuration for the dump atom/adios command
====================================================-->

22
runconf
View File

@ -1,22 +0,0 @@
# -D LAMMPS_SIZES=value # smallbig (default) or bigbig or smallsmall
export HDF5_ROOT=/opt/hdf5-parallel
export ADIOS2_DIR=/opt/adios2
cmake -D CMAKE_INSTALL_PREFIX=/opt/lammps \
-D CMAKE_BUILD_TYPE=Debug \
-D BUILD_MPI=yes \
-D LAMMPS_MACHINE=adiosvm \
-D BUILD_EXE=yes \
-D BUILD_LIB=no \
-D BUILD_SHARED_LIBS=no \
-D BUILD_DOC=no \
-D LAMMPS_SIZES=smallbig \
-D PKG_USER-H5MD=yes \
-D PKG_USER-ADIOS=yes \
../cmake