Skip to content

Errors in Testing Mutation++ #280

@SumitMukhopadhyay

Description

@SumitMukhopadhyay

I installed mutation++ on my Linux machine, and tried to test the installation. However, I encountered some issues with the testing as discussed below.

  1. The tests 'checkmix air_11' and 'mppequil -h' were successful. Furthermore, when I did 'mppequil -T 300:100:15000 -P 101325 -m 1-3,8 air_11', I got some results.
  2. Next when I did 'bprime -h', the test is successful. But if I followed the example provided for bprime (' bprime -T 300:100:5000 -P 101325 -b 10 -m carbonPhenol -bl BLedge -py Gas'), I get an error message: File not found: carbonPhenol.xml.
  3. Afterwards, when I changed the mixture file name to 'tacot-air_35', I obtained a 'floating point exception (core dumped)'.
  4. Thinking that I the code wasn't properly built/installed, I tried to follow the instructions for complete testing. I am, however, having difficulties understanding in what you meant by setting 'ENABLE_TESTING ON' during CMAKE Configuration step. So, I did 'cmake -DBUILD_TESTING=ON ~/Mutationpp', wherein I got the following error message 'Install the project...
    -- Install configuration: "Release"
    CMake Error at src/cmake_install.cmake:46 (file):
    file cannot create directory: /usr/local/lib64/cmake/mutation++. Maybe
    need administrative privileges.
    Call Stack (most recent call first):
    cmake_install.cmake:47 (include)'
  5. I don't have administrative privileges and I only wanted a local installation for myself. So, I manually changed all occurrences of /usr/local/bin/lib64 to /usr/../../../Mutaionpp/lib64.
  6. At the end of which 'make install' worked but when I did 'ctests', I received an error message that no test found (or something to the effect.

I am new to using Mutation++ and mostly interested in using the 'bprime' capability for different TPS materials. So, I will appreciate you input in having the code properly installed, tested, and running. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions