Running test cases problem

Everything related to the preinstalled test cases in COHERENS. Additionally, you can find here the necessary files to setup a test case.If you have developed a new test case and you want to share it with other users, feel free to post a new thread.

Moderator: Katrijn

Post Reply
sahmada
Posts: 3
Joined: Wed Oct 26, 2016 7:55 am
Full name: s a a

Running test cases problem

Post by sahmada »

Hi everyone

I got the problem whenever try to run ./Run command after compiling make linux-gfort.
I got this error :

root@osboxes:/river# ./Run
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
STOP Main program terminated
2375.88user 337.04system 2:11:31elapsed 34%CPU (0avgtext+0avgdata 75556maxresident)k
0inputs+93632outputs (0major+211110089minor)pagefaults 0swaps
pluyten
Posts: 6
Joined: Wed Aug 13, 2014 2:38 pm
Full name: Patrick Luyten

Re: Running test cases problem

Post by pluyten »

You don't need to bother about the output message. When you see 'STOP Main program terminated' on your display, the program ran successfully.

Patrick
Claudine
Posts: 1
Joined: Mon Nov 20, 2017 9:49 am
Full name: Claudine Coleman

Re: Running test cases problem

Post by Claudine »

Exceptions are the events that occur during programs, they are not errors. The object called an exception object, contains information about the error, including its type and the state of the program when the error occurred. Creating an exception object and handing it to the runtime system is called throwing an exception. If your program is executed well and you got the out, then you need not worry.
Post Reply