X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..c189a4d09de372fdd7e607bcb8de17cca8a921ee:/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c?ds=sidebyside diff --git a/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c b/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c index f21cb3a5b9..abe16ddb67 100644 --- a/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c +++ b/teshsuite/simdag/evaluate-parse-time/evaluate-parse-time.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,13 +6,8 @@ //teshsuite/simdag/platforms/evaluate_parse_time ../examples/platforms/nancy.xml #include -#include "src/internal_config.h" -#if HAVE_UNISTD_H -# include -#endif #include "simgrid/simdag.h" -#include "surf/surf.h" #include "xbt/xbt_os_time.h" int main(int argc, char **argv) @@ -31,10 +25,9 @@ int main(int argc, char **argv) printf("Workstation number: %zu, link number: %d\n", sg_host_count(), sg_link_count()); if(argv[2]){ printf("Wait for %ss\n",argv[2]); - sleep(atoi(argv[2])); + xbt_os_sleep(atoi(argv[2])); } - SD_exit(); free(timer); return 0;