Closed sramjatan1 closed 3 years ago
Hello @sramjatan1. The output of few commands required in the template are missing.
Anyway, I'm not extremely familiar with OpenSUSE. But, did you just tried to install Eigen3 with your package manager?
The name of the package is eigen3
. https://software.opensuse.org/package/eigen3
Also, your version of OpenSuse reached End of Life in 2019: https://en.wikipedia.org/wiki/OpenSUSE_version_history#Leap_42.x_series.
So you should probably update your distribution. :)
Hi @rubendibattista
I believe the other commands were:
enet-schwart-08% cmake CMakeLists.txt -- Searching for Eigen3... -- Configuring done -- Generating done -- Build files have been written to: /project/ramja003/MUTATION/Mutationpp
And
enet-schwart-08% make [ 92%] Built target mutation++ [ 95%] Built target bprime [ 97%] Built target mppequil [100%] Built target checkmix
I did not try to install Eigen3 with the package manager. I am not sure if I have the permission to do that? Let me take a look and I will follow up on this thread.
Okay I did not know that lol is it okay to still use the same distribution?
Well, the output looks correct. It seems correctly compiled!
Hi @rubendibattista to clarify which folder in my mutation++ directory do I install Eigen3 ?
Thanks
@sramjatan1 From the output of your make command, it seems you already installed Eigen3
. So I don't know what is your problem.
@rubendibattista Right, I see.
Lets say I want to run the tutorial.cpp file which is in /MUTATION/Mutationpp/examples/c++/tutorial
To clarify, what steps do I need to do in order to compile the tutorial.cpp file?
When I am trying to compile it, I am getting:
../../../include/mutation++/MultiPhaseEquilSolver.h:33:23: fatal error: Eigen/Dense: No such file or directory
@sramjatan1 I really need to know the exact steps you used to compile your Mutationpp, otherwise it is gonna be very difficult for me to understand.
Could you please edit your first message filling up in details the template, notably the build steps. Please write down all the steps in details? Also, if it does not bother you, could you maybe format the text using Github Markdown such that it is easier to read? :) Notably the code blocks! :)
@rubendibattista sounds good. I will do that.
BTW when I am trying to install mutation, I am getting the warning below. Just curious if this is supposed to happen?
The source directory
/project/ramja003/MUTATION_2/Mutationpp/examples/c++/CMakeFiles
does not contain a CMakeLists.txt file.
@rubendibattista everything is working now! I realized I had messed up where I was building mutation. Following the steps carefully this time, I was able to install everything correctly. Sorry I was confused in the beginning. Its been a while. Thanks alot for your help. You can close this issue.
No problem @sramjatan1. Happy to help and I hope to see you soon somehow! Happy it works. Don't hesitate to open an issue again if you need further help! :)
Hello,
I had a question on installing the eigen3 dependency in mutation++. I was trying to compile the tutorial.cpp but needed the eigen3 dependency. My question was how do I add this dependency? My system information is below. I appreciate any insight.
Thanks,
**My OS is**: LinuxOS Version:
**Cmake Version:** cmake version 3.5.2 **`uname -a` output**NAME="openSUSE Leap" VERSION="42.3" ID=opensuse ID_LIKE="suse" VERSION_ID="42.3" PRETTY_NAME="openSUSE Leap 42.3" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:42.3" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/"
``` ENV=/etc/ENET/bashrc BASH_ENV=/etc/ENET/bashrc MODULESHOME=/stage/site/modules MODULE_VERSION=4.5.2 XDG_CONFIG_HOME=/h/ramja003/my.etc/xdg MPAGE=-bLetter OS_NAME=Linux _LMFILES_=/stage/site/modules/common/base/os-id:/stage/site/modules/common/base/basepath:/stage/site/modules/common/base/userpath:/stage/site/modules/common/base/baseenv:/stage/site/modules/common/base/manpath:/stage/site/modules/common/base/dot HISTFILESIZE=40 HISTSIZE=160 MANPATH_modshare=:1:man:1:/stage/site/modules/default/man:1 MYHOST=enet-schwart-08 OS_HW_PLATFORM=x86_64 WWW_HOME=http://www.enet.umn.edu/ OS_DIST=openSUSE OS_PATH=Linux/openSUSE/42.3/x86_64 MYNAME=ramja003 OS_RELEASE=4.4.180-102-default NSS_USE_SHARED_DB=enabled LOADEDMODULES_modshare=base/dot:1:base/os-id:1:base/basepath:1:base/userpath:1:base/baseenv:1:base/manpath:1 _LMFILES__modshare=/stage/site/modules/common/base/os-id:1:/stage/site/modules/common/base/basepath:1:/stage/site/modules/common/base/userpath:1:/stage/site/modules/common/base/baseenv:1:/stage/site/modules/common/base/manpath:1:/stage/site/modules/common/base/dot:1 OS_DIST_R=42.3 PATH_modshare=/usr/lib/mit/bin:1:/usr/lib64/qt3/bin:1:/usr/bin:1:/usr/X11R6/bin:1:/h/ramja003/bin/linux:1:/usr/lib/jvm/jre/bin:1:/usr/local/bin:1:/usr/lib/mit/sbin:1:/usr/lib/qt3/bin:1:/usr/java/default/bin:1:/stage/site/common/bin:1:/opt/gnome/bin:1:/opt/kde3/bin:1:/bin:1:/usr/bin/X11:1:/usr/sbin:1:/h/ramja003/bin:1:/usr/lib64/jvm/jre/bin:1:/usr/games:1:.:1 OS_DIST_C=SUSE MODULEPATH_modshare=/project/ramja003/opt_IN/modules:1:/h/ramja003/my.etc/modules:1:/stage/site/modules/common:1 MPP_DIRECTORY=/project/ramja003/MUTATION_2/Mutationpp/ MPP_DATA_DIRECTORY=/project/ramja003/MUTATION_2/Mutationpp//data LD_LIBRARY_PATH=/project/ramja003/MUTATION_2/Mutationpp//lib64 enet-schwart-08% clear enet-schwart-08% env USER=ramja003 LOGNAME=ramja003 HOME=/h/ramja003 PATH=/usr/java/default/bin:/usr/local/bin:/usr/bin:/usr/bin/X11:/bin:/usr/X11R6/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib64/jvm/jre/bin:/usr/lib64/qt3/bin:/usr/lib/jvm/jre/bin:/usr/lib/qt3/bin:/usr/games:/usr/sbin:/stage/site/common/bin:/h/ramja003/bin/linux:/h/ramja003/bin:.:/project/ramja003/MUTATION_2/Mutationpp//bin MAIL=/var/mail/ramja003 SHELL=/bin/tcsh SSH_CLIENT=128.101.142.132 56618 22 SSH_CONNECTION=128.101.142.132 56618 134.84.175.175 22 SSH_TTY=/dev/pts/0 TERM=xterm XDG_SESSION_ID=13318 XDG_RUNTIME_DIR=/run/user/3666 HOSTTYPE=x86_64 VENDOR=unknown OSTYPE=linux MACHTYPE=x86_64-suse-linux SHLVL=1 PWD=/project/ramja003/MUTATION_2/Mutationpp GROUP=ramja003 HOST=enet-schwart-08 CSHEDIT=emacs CPU=x86_64 HOSTNAME=enet-schwart-08 INPUTRC=/etc/inputrc LESS=-M -I -R LESSOPEN=lessopen.sh %s LESSCLOSE=lessclose.sh %s %s LESS_ADVANCED_PREPROCESSOR=no LESSKEY=/etc/lesskey.bin PAGER=less MORE=-sl MINICOM=-c on MANPATH=:man::/stage/site/modules/default/man XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB XNLSPATH=/usr/share/X11/nls COLORTERM=1 JAVA_BINDIR=/usr/java/latest/bin JAVA_ROOT=/usr/java/latest JAVA_HOME=/usr/java/latest JRE_HOME=/usr/java/latest/jre JDK_HOME=/usr/lib64/jvm/java-1.5.0-gcj-4.8-1.5.0.0 SDK_HOME=/usr/lib64/jvm/java-1.5.0-gcj-4.8-1.5.0.0 CVS_RSH=ssh XCURSOR_THEME=Industrial QT_SYSTEM_DIR=/usr/share/desktop-data LANG=en_US.UTF-8 ACLOCAL_FLAGS=-I /opt/gnome/share/aclocal PKG_CONFIG_PATH=/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig INFOPATH=/opt/gnome/share/info GNOME2_PATH=/usr/local:/opt/gnome:/usr FROM_HEADER= NNTPSERVER=news WINDOWMANAGER=/usr/bin/fvwm ALSA_CONFIG_PATH=/etc/alsa-pulse.conf SDL_AUDIODRIVER=pulse AUDIODRIVER=pulseaudio QEMU_AUDIO_DRV=pa PYTHONSTARTUP=/etc/pythonstart QTDIR=/usr/lib/qt3 XDG_DATA_DIRS=/usr/share:/opt/gnome/share XDG_CONFIG_DIRS=/etc/xdg G_BROKEN_FILENAMES=1 G_FILENAME_ENCODING=@locale,UTF-8,ISO-8859-15,CP1252 CSHRCREAD=true LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.xz=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32: LS_OPTIONS=-N --color=tty -T 0 GPG_TTY=/dev/pts/0 TMP=/usr/tmp/ramja003.tmp TMPDIR=/usr/tmp/ramja003.tmp TEMP=/usr/tmp/ramja003.tmp LOADEDMODULES=base/os-id:base/basepath:base/userpath:base/baseenv:base/manpath:base/dot MODULEPATH=/h/ramja003/my.etc/modules:/stage/site/modules/common:/project/ramja003/opt_IN/modules MODULE_VERSION_STACK=4.5.2 MODULES_CMD=/stage/site/modules/4.5.2/libexec/modulecmd.tcl ENV=/etc/ENET/bashrc BASH_ENV=/etc/ENET/bashrc MODULESHOME=/stage/site/modules MODULE_VERSION=4.5.2 XDG_CONFIG_HOME=/h/ramja003/my.etc/xdg MPAGE=-bLetter OS_NAME=Linux _LMFILES_=/stage/site/modules/common/base/os-id:/stage/site/modules/common/base/basepath:/stage/site/modules/common/base/userpath:/stage/site/modules/common/base/baseenv:/stage/site/modules/common/base/manpath:/stage/site/modules/common/base/dot HISTFILESIZE=40 HISTSIZE=160 MANPATH_modshare=:1:man:1:/stage/site/modules/default/man:1 MYHOST=enet-schwart-08 OS_HW_PLATFORM=x86_64 WWW_HOME=http://www.enet.umn.edu/ OS_DIST=openSUSE OS_PATH=Linux/openSUSE/42.3/x86_64 MYNAME=ramja003 OS_RELEASE=4.4.180-102-default NSS_USE_SHARED_DB=enabled LOADEDMODULES_modshare=base/dot:1:base/os-id:1:base/basepath:1:base/userpath:1:base/baseenv:1:base/manpath:1 _LMFILES__modshare=/stage/site/modules/common/base/os-id:1:/stage/site/modules/common/base/basepath:1:/stage/site/modules/common/base/userpath:1:/stage/site/modules/common/base/baseenv:1:/stage/site/modules/common/base/manpath:1:/stage/site/modules/common/base/dot:1 OS_DIST_R=42.3 PATH_modshare=/usr/lib/mit/bin:1:/usr/lib64/qt3/bin:1:/usr/bin:1:/usr/X11R6/bin:1:/h/ramja003/bin/linux:1:/usr/lib/jvm/jre/bin:1:/usr/local/bin:1:/usr/lib/mit/sbin:1:/usr/lib/qt3/bin:1:/usr/java/default/bin:1:/stage/site/common/bin:1:/opt/gnome/bin:1:/opt/kde3/bin:1:/bin:1:/usr/bin/X11:1:/usr/sbin:1:/h/ramja003/bin:1:/usr/lib64/jvm/jre/bin:1:/usr/games:1:.:1 OS_DIST_C=SUSE MODULEPATH_modshare=/project/ramja003/opt_IN/modules:1:/h/ramja003/my.etc/modules:1:/stage/site/modules/common:1 MPP_DIRECTORY=/project/ramja003/MUTATION_2/Mutationpp/ MPP_DATA_DIRECTORY=/project/ramja003/MUTATION_2/Mutationpp//data LD_LIBRARY_PATH=/project/ramja003/MUTATION_2/Mutationpp//lib64 ``` **Mutation++ origin**env
outputgit clone https://github.com/mutationpp/Mutationpp.git \ Mutation++ build steps
/project/ramja003/MUTATION_2/Mutationpp
I did mkdir build. I then then cd build.cmake -DCMAKE_INSTALL_PREFIX:PATH=/project/ramja003/MUTATION_2/Mutationpp/install ..
Mutation++ cmake output
``` -- The CXX compiler identification is GNU 4.8.5 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Searching for Eigen3... -- Found Eigen3: /project/ramja003/MUTATION/Mutationpp/include/eigen3 -- Searching for Catch2... -- Found Catch2: /project/ramja003/MUTATION_2/Mutationpp/thirdparty/catch/include -- ParseAndAddCatchTests: Started parsing run_tests -- ParseAndAddCatchTests: Found the following sources: run_tests.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_gsi_mass.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_dXidT.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_wdot.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_convert.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_transfer_source.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_utilities.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_thermal_diff_ratios.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_set_state.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_errors.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_reaction_mechanism.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_gsi_mass_energy.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_thermodb.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_reactions.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_reaction_rates.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_bug_139.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_diffusion_matrix.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_energies.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_species.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_bug_94.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_comparisons.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_collision_integrals.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_levels.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_mixtures.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_stefan_maxwell.cpp;/project/ramja003/MUTATION_2/Mutationpp/tests/test_gsi_rates.cpp -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/run_tests.cpp -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_gsi_mass.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Solution of the MassBalanceSolver is converged." -- ParseAndAddCatchTests: Setting labels to run_tests;gsi -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_dXidT.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Equilibrium mole fractions derivatives sum to zero" -- ParseAndAddCatchTests: Setting labels to run_tests;equilibrium;thermodynamics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_wdot.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Species production rates sum to zero" -- ParseAndAddCatchTests: Setting labels to run_tests;kinetics -- ParseAndAddCatchTests: Adding test "run_tests:Species production rates are zero in equilibrium" -- ParseAndAddCatchTests: Setting labels to run_tests;kinetics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_convert.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Converting thermodynamic properties of species and elements" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamic -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_transfer_source.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Energy transfer source terms are zero in equilibrium" -- ParseAndAddCatchTests: Setting labels to run_tests;transfer -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_utilities.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Units" -- ParseAndAddCatchTests: Setting labels to run_tests;utilities -- ParseAndAddCatchTests: Adding test "run_tests:Utility functions" -- ParseAndAddCatchTests: Setting labels to run_tests;utilities -- ParseAndAddCatchTests: Adding test "run_tests:XML classes" -- ParseAndAddCatchTests: Setting labels to run_tests;utilities -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_thermal_diff_ratios.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Thermal diffusion ratios sum to zero" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_set_state.cpp -- ParseAndAddCatchTests: Adding test "run_tests:setState converts rho*Em to Tm and vice a versa" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_errors.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Test exception classes" -- ParseAndAddCatchTests: Setting labels to run_tests;exceptions -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_reaction_mechanism.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Test mechanism is evaluated correctly" -- ParseAndAddCatchTests: Setting labels to run_tests;kinetics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_gsi_mass_energy.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Solution of the MassEnergyBalanceSolver is converged." -- ParseAndAddCatchTests: Setting labels to run_tests;gsi -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_thermodb.cpp -- ParseAndAddCatchTests: Adding test "run_tests:SpeciesListDescriptor tests" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics;loading -- ParseAndAddCatchTests: Adding test "run_tests:Loading NASA-7 thermodynamic database" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics;loading -- ParseAndAddCatchTests: Adding test "run_tests:Loading NASA-9 thermodynamic database" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics;loading -- ParseAndAddCatchTests: Adding test "run_tests:Loading NASA-9-New thermodynamic database" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics;loading -- ParseAndAddCatchTests: Adding test "run_tests:Loading RRHO thermodynamic database" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics;loading -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_reactions.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Reaction types are correctly identified" -- ParseAndAddCatchTests: Setting labels to run_tests;kinetics -- ParseAndAddCatchTests: Adding test "run_tests:Reaction stoichiometry is correctly identified" -- ParseAndAddCatchTests: Setting labels to run_tests;kinetics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_reaction_rates.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Arrhenius rate laws work correctly" -- ParseAndAddCatchTests: Setting labels to run_tests;kinetics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_bug_139.cpp -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_diffusion_matrix.cpp -- ParseAndAddCatchTests: Adding test "run_tests:DiffusionMatrix yields diffusion fluxes which sum to zero" -- ParseAndAddCatchTests: Setting labels to run_tests;transport;diffusionmatrix -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_energies.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Sum of species energies equals mixture energies" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_species.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Parsing species name with SpeciesNameFSM" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics -- ParseAndAddCatchTests: Adding test "run_tests:Initialization of Species objects" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_bug_94.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Bug #94 fix: 1 species equilibrium cp doesn't NaN" -- ParseAndAddCatchTests: Setting labels to run_tests;bugs;thermodynamics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_comparisons.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Comparison tests" -- ParseAndAddCatchTests: Setting labels to run_tests;comparisons -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_collision_integrals.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Test constant collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test exp-poly collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test from A*, B*, C* collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test ratio collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test Murphy collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test Pirani potential collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test table collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:Test warning collision integrals" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_levels.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Electronic levels are loaded properly using star token" -- ParseAndAddCatchTests: Setting labels to run_tests;thermodynamics -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_mixtures.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Mixture options" -- ParseAndAddCatchTests: Setting labels to run_tests;loading;mixtures -- ParseAndAddCatchTests: Adding test "run_tests:Loading test mixtures" -- ParseAndAddCatchTests: Setting labels to run_tests;loading;mixtures -- ParseAndAddCatchTests: Adding test "run_tests:Loading air_5 mixture" -- ParseAndAddCatchTests: Setting labels to run_tests;loading;mixtures -- ParseAndAddCatchTests: Adding test "run_tests:Loading air_11 mixture" -- ParseAndAddCatchTests: Setting labels to run_tests;loading;mixtures -- ParseAndAddCatchTests: Adding test "run_tests:Loading Mars_19 mixture" -- ParseAndAddCatchTests: Setting labels to run_tests;loading;mixtures -- ParseAndAddCatchTests: Adding test "run_tests:Loading tacot-air_35 mixture" -- ParseAndAddCatchTests: Setting labels to run_tests;loading;mixtures -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_stefan_maxwell.cpp -- ParseAndAddCatchTests: Adding test "run_tests:stefanMaxwell yields diffusion fluxes which sum to zero" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: Adding test "run_tests:stefanMaxwell yields zero net conduction current" -- ParseAndAddCatchTests: Setting labels to run_tests;transport -- ParseAndAddCatchTests: parsing /project/ramja003/MUTATION_2/Mutationpp/tests/test_gsi_rates.cpp -- ParseAndAddCatchTests: Adding test "run_tests:Surface chemical rates compared with analytical solution." -- ParseAndAddCatchTests: Setting labels to run_tests;gsi -- ParseAndAddCatchTests: Finished parsing run_tests -- The C compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done CMake Warning (dev) at examples/c++/CMakeLists.txt:28 (add_subdirectory): The source directory /project/ramja003/MUTATION_2/Mutationpp/examples/c++/CMakeFiles does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done -- Build files have been written to: /project/ramja003/MUTATION_2/Mutationpp/build ``` **Mutation++ make output** Running ``` make -j 8 install ```Steps to reproduce
Comments