anjalirai-intel
anjalirai-intel
Hi @boryspoplawski I tried with your observation and removed the loader.insecure__use_host_env = true from manifest **loader.insecure__use_host_env = true** ['/', '/home/intel/gramine_install/usr/lib64/python3.6/site-packages', '/home/intel/anjali/test/gramine/Scripts', '/', '/lib64/python36.zip', '/lib64/python3.6', '/lib64/python3.6/lib-dynload', '/usr/local/lib64/python3.6/site-packages', '/usr/local/lib/python3.6/site-packages', '/lib64/python3.6/site-packages'] **loader.insecure__use_host_env =...
Hi @lejunzhu Adding this to manifest file, workload passes and it returns correct system paths gramine-direct ./python get_path.py ['/', '/usr/lib64/python36.zip', '/usr/lib64/python3.6', '/usr/lib64/python3.6/lib-dynload', '/usr/local/lib64/python3.6/site-packages', '/usr/local/lib/python3.6/site-packages', '/usr/lib64/python3.6/site-packages', **'/usr/lib/python3.6/site-packages'**]
Hi @dimakuv I am attaching the list of tests which fails with IPC issue here for the verification purpose. Some of these tests are not placed in original bug. -...
Updated the commit info.
Added select03 to the list
Any ideas on merging this PR
@dimakuv Recently when we were testing Pytorch worload for CentOS & RHEL, we faced similar issue. So, we decided to just mount the respective library path instead of mounting additional...
To answer your 1st question why we need to remove distlib because this path does not exist in CentOS/RHEL
@dimakuv This regression is because moving to new Linux Kernel
Updated ltp test failures