X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=code%2Fstage1%2Ftest%2FMPI_Communication%2Ft.unpack.c;fp=code%2Ftest%2Fstage1%2FMPI_Communication%2Ft.unpack.c;h=caf0e8d8dc98ffc4637ae5665657fd90e9b1c745;hb=4b7107ce2a0bb77b5b65a9b0617192b0a07fda29;hp=90e5ae102f7b442bbdd57ecc6cc98bcd43003c1c;hpb=311c5c078a9fc8ec6bb449fa685dbb1657d75d39;p=epclust.git diff --git a/code/test/stage1/MPI_Communication/t.unpack.c b/code/stage1/test/MPI_Communication/t.unpack.c similarity index 93% rename from code/test/stage1/MPI_Communication/t.unpack.c rename to code/stage1/test/MPI_Communication/t.unpack.c index 90e5ae1..caf0e8d 100644 --- a/code/test/stage1/MPI_Communication/t.unpack.c +++ b/code/stage1/test/MPI_Communication/t.unpack.c @@ -12,9 +12,9 @@ void t_unpack1() // Hard-coded packed work unsigned char packedWork[] = { - // --> ../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, @@ -35,7 +35,7 @@ void t_unpack1() uint32_t nbSeriesInChunk = 7; Work_t* work = unpack_work(packedWork, nbSeriesInChunk); - LUT_ASSERT(strcmp(work->inputFileName, "../data/inputTest.bin") == 0); + LUT_ASSERT(strcmp(work->inputFileName, "../tdata/inputTest.bin") == 0); LUT_ASSERT(work->nbSeries == 5); uint32_t ranks[] = {