Skip to content

Commit 63ecdfb

Browse files
committed
does not make sense to pull when syncing to a version
1 parent b7098f2 commit 63ecdfb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

gpu-simulator/setup_environment.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ fi
3838
if [ ! -d "$ACCELSIM_ROOT/gpgpu-sim" ] ; then
3939
git clone https://github.com/gpgpu-sim/gpgpu-sim_distribution.git $ACCELSIM_ROOT/gpgpu-sim
4040
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
41-
else
42-
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
43-
git -C $ACCELSIM_ROOT/gpgpu-sim/ pull
4441
fi
4542

4643
source $ACCELSIM_ROOT/gpgpu-sim/setup_environment $ACCELSIM_CONFIG

0 commit comments

Comments
 (0)