Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modelnet-test-dragonfly-synthetic fails (Ubuntu container) #198

Open
kencolwell opened this issue Nov 20, 2019 · 2 comments
Open

modelnet-test-dragonfly-synthetic fails (Ubuntu container) #198

kencolwell opened this issue Nov 20, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kencolwell
Copy link

kencolwell commented Nov 20, 2019

Description

Followed the updated CODES install instructions and am seeing a single failure out of make check. Tutorial simulation appeared to run without issue.

Full container setup included below; terminal output for make check and the tutorial mpirun attached.

Output: test-suite.log

appuser@bc1c4c20267e:~/codes-dev/codes/build$ cat ./test-suite.log
=================================
   codes 1.2: ./test-suite.log
=================================

# TOTAL: 22
# PASS:  21
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/modelnet-test-dragonfly-synthetic.sh
================================================

credit_size not specified, using default: 8
no credit_delay specified - all credit delays set to 1.42
Within-node eager limit (node_eager_limit) not specified, setting to 16000
../tests/modelnet-test-dragonfly-synthetic.sh: line 3: 18518 Killed                  src/network-workloads/model-net-synthetic --sync=1 --num_messages=1 -- $srcdir/src/network-workloads/conf/modelnet-synthetic-dragonfly.conf
FAIL tests/modelnet-test-dragonfly-synthetic.sh (exit status: 137)

Ubuntu container setup

(Running Docker Desktop 2.1.0.5 [Linux containers] on Windows 10.)

Started an ubuntu:latest container. Added user "appuser" to satisfy mpirun advice against calling as root. [Also added sudo and gave appuser privileges.] Then, as appuser, called the following to install CODES and dependencies:

sudo apt update
sudo apt install gcc
sudo apt install autoconf automake
sudo apt install libtool
sudo apt install bison flex
sudo apt install pkg-config

sudo apt install openmpi-bin
sudo apt install openssh-client openssh-server
sudo apt install libopenmpi-dev

sudo apt install cmake-curses-gui
sudo apt install git

cd ~/
mkdir codes-dev
cd codes-dev
git clone http://github.com/ross-org/ROSS.git
mkdir build-ross
cd build-ross
cmake -DCMAKE_INSTALL_PREFIX:path=`pwd` -DCMAKE_C_COMPILER=$(which mpicc) -DCMAKE_CXX_COMPILER=$(which mpicxx) ../ROSS
make install

cd ~/codes-dev
git clone http://github.com/codes-org/codes.git
cd codes
./prepare.sh
mkdir build
cd build
../configure --prefix=/home/appuser/codes-dev/codes/build PKG_CONFIG_PATH=/home/appuser/codes-dev/build-ross/lib/pkgconfig CC=mpicc CXX=mpicxx CFLAGS=-g CXXFLAGS=-g
make install

make check

add'l files

make_check_output.txt
mpirun_tutorial_output.txt

@nmcglo
Copy link
Member

nmcglo commented Nov 20, 2019

Thanks for this! Will look into it

@nmcglo
Copy link
Member

nmcglo commented Aug 6, 2020

Related to #206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants