Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
simgrid
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simgrid
simgrid
Commits
e8f0399a
Commit
e8f0399a
authored
Nov 29, 2019
by
Fred Suter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://framagit.org/simgrid/simgrid
parents
d33a14dc
9698e575
Pipeline
#190916
passed with stages
in 22 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
2 deletions
+25
-2
src/mc/remote/RemoteClient.cpp
src/mc/remote/RemoteClient.cpp
+25
-2
No files found.
src/mc/remote/RemoteClient.cpp
View file @
e8f0399a
...
...
@@ -72,7 +72,7 @@ static const std::vector<std::string> filtered_libraries = {
"libm"
,
"libomp"
,
"libpapi"
,
"libpcre2
-8
"
,
"libpcre2"
,
"libpfm"
,
"libpgmath"
,
"libpthread"
,
...
...
@@ -86,7 +86,30 @@ static const std::vector<std::string> filtered_libraries = {
"libunwind-ptrace"
,
"libunwind-x86"
,
"libunwind-x86_64"
,
"libz"
};
"libz"
,
"libkrb5support"
,
/*odd behaviour on fedora rawhide ... remove these when fixed*/
"libkeyutils"
,
"libunistring"
,
"libbrotlidec"
,
"liblber"
,
"libldap"
,
"libcom_err"
,
"libk5crypto"
,
"libkrb5"
,
"libgssapi_krb5"
,
"libssl"
,
"libpsl"
,
"libssh"
,
"libidn2"
,
"libnghttp2"
,
"libcurl"
,
"libdebuginfod"
,
"libbrotlicommon"
,
"libsasl2"
,
"libresolv"
,
"libcrypt"
,
"libselinux"
};
static
bool
is_simgrid_lib
(
const
std
::
string
&
libname
)
{
...
...
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