Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: add icc libs to filtered_libraries.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Mar 2018 17:41:38 +0000 (18:41 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Mar 2018 21:41:24 +0000 (22:41 +0100)
src/mc/remote/RemoteClient.cpp

index 7f8877f..521c794 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2014-2018. 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. */
 
 /* 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. */
@@ -85,6 +85,9 @@ static const std::vector<std::string> filtered_libraries = {
     "libelf",
     "libevent",
     "libgcc_s",
     "libelf",
     "libevent",
     "libgcc_s",
+    "libimf",
+    "libintlc",
+    "libirng",
     "liblua5.1",
     "liblua5.3",
     "liblzma",
     "liblua5.1",
     "liblua5.3",
     "liblzma",
@@ -92,6 +95,7 @@ static const std::vector<std::string> filtered_libraries = {
     "libpthread",
     "librt",
     "libstdc++",
     "libpthread",
     "librt",
     "libstdc++",
+    "libsvml",
     "libunwind",
     "libunwind-x86_64",
     "libunwind-x86",
     "libunwind",
     "libunwind-x86_64",
     "libunwind-x86",