Issue
Running circular NorSand model with cb-geo:develop
on local machine and in TACC are resulting in axisymmetric and non-axisymmetric pdstrain
outputs, respectively. Identical input files are used.
Local (Expected Behavior)
Build
-
upstream
iscb-geo:develop
- Local branch is up-to-date
Compiling
- Compiled as outlined on CB-Geo site:
mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=g++ -DNO_KAHIP=True..
make clean && make -j2
Run & Output
- Running on
-p 1
- Output is axisymmetric (as expected after @ezrayst bug fix)
Number of Attempts
- Run 2x locally with identical axisymmetric outputs
TACC (Unexpected Behavior)
Build
- TACC is up-to-date with
origin
-
origin
is personal fork ofcb-geo:develop
- Personal fork is even with
cb-geo:develop
Compiling
- Compiled as outlined on CB-Geo Site:
mkdir build && cd build && cmake -DBOOST_ROOT=$TACC_BOOST_DIR -DBOOST_INCLUDE_DIRS=$TACC_BOOST_INC -DCMAKE_BUILD_TYPE=Release -DEIGEN3_INCLUDE_DIR=$HOME/eigen -DKAHIP_ROOT=$HOME/KaHIP ..
make -j2
Run & Output
- Running on
-p 1
- Output is not axisymmetric
Number of Attempts
- Run 3x on TACC with non-axisymmetric outputs for all attempts
- Third attempt included removing entire
mpm
directory andgit clone
from scratch
Other Notes
- TACC build definitely includes the axisymmetric bug fix (
dF_dsigma_deviatoric
) innorsand.tcc