We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982eb98 commit 34c4525Copy full SHA for 34c4525
namd/tests/interface/003_reinitatoms/skip_test.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+ARCH=$(arch)
3
+if [ "$ARCH" = "aarch64" ]; then
4
+ exit 0
5
+else
6
+ exit 1
7
+fi
0 commit comments