diff --git a/adios1-coupled/build-ht_sw.sh b/adios1-coupled/build-ht_sw.sh index 3ff8820..fdde0d2 100755 --- a/adios1-coupled/build-ht_sw.sh +++ b/adios1-coupled/build-ht_sw.sh @@ -21,6 +21,7 @@ fi echo echo "Build heat transfer ..." cd Example-Heat_Transfer +git checkout e2353b06d0ded82ff00402e072987b7c1ed506a9 sed -i 's/^CC=cc$/CC=mpicc #cc/' Makefile sed -i 's/^FC=ftn$/FC=mpif90 #ftn/' Makefile make diff --git a/adios1-coupled/build-lammps.sh b/adios1-coupled/build-lammps.sh index ee9ee56..1e59070 100755 --- a/adios1-coupled/build-lammps.sh +++ b/adios1-coupled/build-lammps.sh @@ -17,6 +17,7 @@ git clone https://github.com/CODARcode/Example-LAMMPS.git # Build Example-LAMMPS cd Example-LAMMPS +git checkout b4eb2a1823bcde6982a0e558acfb4c282ce7efee # Compile lammps cd lammps/src