Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fixup! [LibOS/regression] Add OpenMP simple for-loop test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Kuvaiskii committed Jun 19, 2019
1 parent 2c3f120 commit 8ca9b68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfiles/ubuntu-16.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update \
python3-minimal \
texinfo \
wget \
libomp-dev \
libomp-dev

# Add the user UID:1001, GID:1001, home at /leeroy
&& groupadd -r leeroy -g 1001 \
Expand Down
5 changes: 0 additions & 5 deletions LibOS/shim/test/regression/openmp.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ fs.mount.usrlib.type = chroot
fs.mount.usrlib.path = /usrlib
fs.mount.usrlib.uri = file:/usr/lib/x86_64-linux-gnu

# allow to bind on port 8000
net.rules.1 = 127.0.0.1:8000:0.0.0.0:0-65535
# allow to connect to port 8000
net.rules.2 = 0.0.0.0:0-65535:127.0.0.1:8000

sgx.thread_num = 32

sgx.trusted_files.ld = file:../../../../Runtime/ld-linux-x86-64.so.2
Expand Down

0 comments on commit 8ca9b68

Please sign in to comment.