Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
bd8eca73
Commit
bd8eca73
authored
Nov 11, 2013
by
Philip Carns
Browse files
reorganize test conf files
parent
8123fb24
Changes
12
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
bd8eca73
...
...
@@ -65,5 +65,8 @@ AC_SUBST(CODES_BASE_CFLAGS)
# put include files in a codes/ subdir
includedir="${includedir}/codes"
if test "x$srcdir" != "x."; then
AC_CONFIG_LINKS([tests/conf:$srcdir/tests/conf])
fi
AC_CONFIG_FILES([Makefile])
AC_OUTPUT(maint/codes-net.pc
tests/modelnet-p2p-bw-loggp.conf tests/modelnet-test-loggp.conf
)
AC_OUTPUT(maint/codes-net.pc)
tests/modelnet-p2p-bw-loggp.conf
.in
→
tests/
conf/
modelnet-p2p-bw-loggp.conf
View file @
bd8eca73
...
...
@@ -12,5 +12,5 @@ PARAMS
packet_size
=
"2147483648"
;
message_size
=
"128"
;
modelnet
=
"loggp"
;
net_config_file="
@abs_srcdir@
/ng-mpi-tukey.dat";
net_config_file
=
"
tests/conf
/ng-mpi-tukey.dat"
;
}
tests/modelnet-test-dragonfly.conf
→
tests/
conf/
modelnet-test-dragonfly.conf
View file @
bd8eca73
File moved
tests/modelnet-test-loggp.conf
.in
→
tests/
conf/
modelnet-test-loggp.conf
View file @
bd8eca73
...
...
@@ -12,5 +12,5 @@ PARAMS
packet_size
=
"512"
;
message_size
=
"256"
;
modelnet
=
"loggp"
;
net_config_file="
@abs_srcdir@
/ng-mpi-tukey.dat";
net_config_file
=
"
tests/conf
/ng-mpi-tukey.dat"
;
}
tests/modelnet-test-torus.conf
→
tests/
conf/
modelnet-test-torus.conf
View file @
bd8eca73
File moved
tests/modelnet-test.conf
→
tests/
conf/
modelnet-test.conf
View file @
bd8eca73
File moved
tests/ng-mpi-tukey.dat
→
tests/
conf/
ng-mpi-tukey.dat
View file @
bd8eca73
File moved
tests/modelnet-p2p-bw-loggp.sh
View file @
bd8eca73
#!/bin/bash
tests/modelnet-p2p-bw
--sync
=
1
--
tests/modelnet-p2p-bw-loggp.conf
tests/modelnet-p2p-bw
--sync
=
1
--
tests/
conf/
modelnet-p2p-bw-loggp.conf
tests/modelnet-test-dragonfly.sh
View file @
bd8eca73
#!/bin/bash
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
tests/modelnet-test
--sync
=
1
--
$srcdir
/tests/modelnet-test-dragonfly.conf
tests/modelnet-test
--sync
=
1
--
tests/conf/modelnet-test-dragonfly.conf
tests/modelnet-test-loggp.sh
View file @
bd8eca73
#!/bin/bash
tests/modelnet-test
--sync
=
1
--
tests/modelnet-test-loggp.conf
tests/modelnet-test
--sync
=
1
--
tests/
conf/
modelnet-test-loggp.conf
tests/modelnet-test-torus.sh
View file @
bd8eca73
#!/bin/bash
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
tests/modelnet-test
--sync
=
1
--
$srcdir
/tests/modelnet-test-torus.conf
tests/modelnet-test
--sync
=
1
--
tests/conf/modelnet-test-torus.conf
tests/modelnet-test.sh
View file @
bd8eca73
#!/bin/bash
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
tests/modelnet-test
--sync
=
1
--
$srcdir
/tests/modelnet-test.conf
tests/modelnet-test
--sync
=
1
--
tests/conf/modelnet-test.conf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment