X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=code%2Fstage1%2Ftest%2FMPI_Communication%2Ft.pack.c;fp=code%2Ftest%2Fstage1%2FMPI_Communication%2Ft.pack.c;h=6692af5970e0a48a483e3bc14f127d12ea584d19;hb=4b7107ce2a0bb77b5b65a9b0617192b0a07fda29;hp=125fd47d5e42d7cd5200f6197797e05a1d580dd9;hpb=311c5c078a9fc8ec6bb449fa685dbb1657d75d39;p=epclust.git diff --git a/code/test/stage1/MPI_Communication/t.pack.c b/code/stage1/test/MPI_Communication/t.pack.c similarity index 94% rename from code/test/stage1/MPI_Communication/t.pack.c rename to code/stage1/test/MPI_Communication/t.pack.c index 125fd47..6692af5 100644 --- a/code/test/stage1/MPI_Communication/t.pack.c +++ b/code/stage1/test/MPI_Communication/t.pack.c @@ -9,7 +9,7 @@ void t_pack1() { Work_t* work = (Work_t*)malloc(sizeof(Work_t)); - work->inputFileName = "../data/inputTest.bin"; + work->inputFileName = "../tdata/inputTest.bin"; work->nbSeries = 5; uint32_t ranks[] = { @@ -27,9 +27,9 @@ void t_pack1() // Hard-coded expected packed work unsigned char expectedPackedWork[] = { - // --> ../data/inputTest.bin + // --> ../tdata/inputTest.bin 46,46,47,100,97,116,97,47,105,110,112,117,116,84,101,115,116,46,98,105,110, - // continue with 256 - strlen("../data/inputTest.bin") zeros... + // continue with 256 - strlen("../tdata/inputTest.bin") zeros... 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,