Example 5a not running

43 views
Skip to first unread message

Samyog

unread,
Nov 24, 2019, 11:11:01 AM11/24/19
to mastodon-users
Hello everyone,

Example 5a is not running for me. These are the files used. Analysis ends at first timestep with "Bad Termination". Could somebody check please?

Thank you
Samyog

accel_x.csv
accel_y.csv
accel_z.csv
ex5a.i
foundbeam_noded.e

Chandrakanth Bolisetti

unread,
Nov 24, 2019, 10:29:20 PM11/24/19
to mastodon-users

Hi Samyog,

 

The example runs fine on my machine. In case you made changes to the example, can you please tell us what changes you made?

 

If you are running exactly the same thing, it should be able to run without issues. If not, you should try and update MASTODON and see if the problem persists.

 

Best regards,

Chandu

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodon-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mastodon-users/03792c00-a895-4b0b-8f29-c0f50863d9e9%40googlegroups.com.

Samyog

unread,
Nov 25, 2019, 12:12:58 AM11/25/19
to mastodon-users
Hello Chandu,

I didn't make any change. Could you please check if the files I attached earlier runs without issue?

Thank you,
Samyog

On Sunday, November 24, 2019 at 10:29:20 PM UTC-5, Chandrakanth Bolisetti wrote:

Hi Samyog,

 

The example runs fine on my machine. In case you made changes to the example, can you please tell us what changes you made?

 

If you are running exactly the same thing, it should be able to run without issues. If not, you should try and update MASTODON and see if the problem persists.

 

Best regards,

Chandu

 

From: mastodon-users <mastodo...@googlegroups.com> on behalf of Samyog <samy...@gmail.com>
Date: Sunday, November 24, 2019 at 9:11 AM
To: mastodon-users <mastodo...@googlegroups.com>
Subject: [EXTERNAL] [mastodon-users] Example 5a not running

 

Hello everyone,

 

Example 5a is not running for me. These are the files used. Analysis ends at first timestep with "Bad Termination". Could somebody check please?

 

Thank you

Samyog

 

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to mastodo...@googlegroups.com.

William M. Hoffman

unread,
Nov 25, 2019, 8:54:59 AM11/25/19
to Samyog, mastodon-users

Hey Samyog, I downloaded your files and tried to run them locally on my mac. I get the following error:

 

*** ERROR ***

/Users/hoffwm/Downloads/mb/ex5a.i contains Windows(DOS) line endings which are not supported.

 

I think this has something to do with the text editor you are using. I copied the text and pasted it directly into a new file using Atom then tried running the new file and it worked fine. Maybe that is the issue you are having as well. Try copying the text using emacs or vi or something.

 

If that does not fix your issue, try running tests. If some or all fail, you may want to do ‘git clean -dxf’ then rebuild libmesh and MASTODON. Beware though, if you do the git clean it will erase all untracked/uncommitted changes in your MASTODON folder. See here… https://git-scm.com/docs/git-clean/1.8.2

 

-Will

To unsubscribe from this group and stop receiving emails from it, send an email to mastodon-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mastodon-users/c99b421a-6c7b-456a-b2cc-7b1f32630187%40googlegroups.com.

Samyog

unread,
Nov 25, 2019, 10:09:37 AM11/25/19
to mastodon-users
Hey Will,

The error I am getting is attached in 'termination_note.txt'. It doesn't seem to be related to the text editor, what do you think? I also downloaded the files I had uploaded and tried running but didn't get any 'DOS string' error.

Other input files work fine. The only difference in this example 5a, is that it uses two different elements (HEX & BAR). Could this be a valid reason to doubt any issue in my MASTODON installation?

Thank you
Samyog
termination_note.txt

Som Dhulipala

unread,
Nov 25, 2019, 10:30:35 AM11/25/19
to Samyog, mastodon-users
Dear Samyog,

Can you please run the attached file and let me know if it is working?

Thank you.

Sincerely,
Som

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodon-user...@googlegroups.com.


--
Som DhulipalaPh.D.
Postdoctoral Research Associate,
Facility Risk Group,
Idaho National Laboratory
Ex05a_Som.i

William M. Hoffman

unread,
Nov 25, 2019, 10:31:16 AM11/25/19
to Samyog, mastodon-users

Are you able to run the tests successfully? I would try cleaning your mastodon directory then updating libmesh and mastodon. it seems to work fine for Chandu and myself.

 

From: <mastodo...@googlegroups.com> on behalf of Samyog <samy...@gmail.com>


Date: Monday, November 25, 2019 at 8:12 AM
To: mastodon-users <mastodo...@googlegroups.com>

--

Samyog

unread,
Nov 25, 2019, 10:38:55 AM11/25/19
to mastodon-users
Dear Som,

It is not, getting the same error.

Thank you
Samyog

On Monday, November 25, 2019 at 10:30:35 AM UTC-5, somdhulipala9 wrote:
Dear Samyog,

Can you please run the attached file and let me know if it is working?

Thank you.

Sincerely,
Som

On Mon, Nov 25, 2019 at 8:09 AM Samyog <samy...@gmail.com> wrote:
Hey Will,

The error I am getting is attached in 'termination_note.txt'. It doesn't seem to be related to the text editor, what do you think? I also downloaded the files I had uploaded and tried running but didn't get any 'DOS string' error.

Other input files work fine. The only difference in this example 5a, is that it uses two different elements (HEX & BAR). Could this be a valid reason to doubt any issue in my MASTODON installation?

Thank you
Samyog

On Sunday, November 24, 2019 at 11:11:01 AM UTC-5, Samyog wrote:
Hello everyone,

Example 5a is not running for me. These are the files used. Analysis ends at first timestep with "Bad Termination". Could somebody check please?

Thank you
Samyog

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodo...@googlegroups.com.

Andrew Slaughter

unread,
Nov 25, 2019, 12:04:07 PM11/25/19
to Samyog, mastodon-users
Can you go into your moose directory and build and run the tests:

From the top level directory of mastodon:

cd moose/test
make -j4
./run_tests -j4


To unsubscribe from this group and stop receiving emails from it, send an email to mastodon-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mastodon-users/397f8fa8-b7c6-40a0-acc8-0ccebbdd288e%40googlegroups.com.

Mriganabh

unread,
Nov 26, 2019, 12:26:36 AM11/26/19
to mastodon-users
Hi all,

I ran the example 5a locally and it hangs after the 1st iteration of the 1st timestep. I updated MASTODON and ran the tests. Most of them passed and a few of them were skipped. I also ran the tests in the MOOSE folder as Andrew suggested. Similar to MASTODON, most of the tests passed and a few of them were skipped.

I was wondering which particular test are we looking for?

I have attached the screenshots of run_tests results. 

Thanks,
Mriganabh
MASTODON_run_tests_results.png
MOOSE_run_tests_results.png

Andrew Slaughter

unread,
Nov 26, 2019, 10:18:29 AM11/26/19
to Mriganabh, mastodon-users
I was just making sure you had a working build of MOOSE and Mastodon. I doubled checked and 5a is working fine for me as well.

What OS are you using? Can you send the result of "git status"?

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodon-user...@googlegroups.com.

Mriganabh

unread,
Nov 26, 2019, 10:58:04 AM11/26/19
to mastodon-users
Hi Andrew,

I am using Ubuntu. And I have attached the git status results.

Thanks
Mriganabh

On Tuesday, 26 November 2019 10:18:29 UTC-5, Andrew Slaughter wrote:
I was just making sure you had a working build of MOOSE and Mastodon. I doubled checked and 5a is working fine for me as well.

What OS are you using? Can you send the result of "git status"?

On Mon, Nov 25, 2019 at 10:26 PM Mriganabh <mrigan...@gmail.com> wrote:
Hi all,

I ran the example 5a locally and it hangs after the 1st iteration of the 1st timestep. I updated MASTODON and ran the tests. Most of them passed and a few of them were skipped. I also ran the tests in the MOOSE folder as Andrew suggested. Similar to MASTODON, most of the tests passed and a few of them were skipped.

I was wondering which particular test are we looking for?

I have attached the screenshots of run_tests results. 

Thanks,
Mriganabh

On Sunday, 24 November 2019 11:11:01 UTC-5, Samyog wrote:
Hello everyone,

Example 5a is not running for me. These are the files used. Analysis ends at first timestep with "Bad Termination". Could somebody check please?

Thank you
Samyog

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodo...@googlegroups.com.
git_status_mastodon.pdf

Samyog

unread,
Nov 26, 2019, 10:59:27 AM11/26/19
to mastodon-users
Will,

I cannot run the tests or update myself. I have send the request for it and will update after I hear back.

Thank you
Samyog


On Monday, November 25, 2019 at 10:31:16 AM UTC-5, William M. Hoffman wrote:

Are you able to run the tests successfully? I would try cleaning your mastodon directory then updating libmesh and mastodon. it seems to work fine for Chandu and myself.

 

From: <mastodo...@googlegroups.com> on behalf of Samyog <samy...@gmail.com>
Date: Monday, November 25, 2019 at 8:12 AM
To: mastodon-users <mastodo...@googlegroups.com>
Subject: [EXTERNAL] [mastodon-users] Re: Example 5a not running

 

Hey Will,

 

The error I am getting is attached in 'termination_note.txt'. It doesn't seem to be related to the text editor, what do you think? I also downloaded the files I had uploaded and tried running but didn't get any 'DOS string' error.

 

Other input files work fine. The only difference in this example 5a, is that it uses two different elements (HEX & BAR). Could this be a valid reason to doubt any issue in my MASTODON installation?

 

Thank you

Samyog


On Sunday, November 24, 2019 at 11:11:01 AM UTC-5, Samyog wrote:

Hello everyone,

 

Example 5a is not running for me. These are the files used. Analysis ends at first timestep with "Bad Termination". Could somebody check please?

 

Thank you

Samyog

 

--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to mastodo...@googlegroups.com.

Samyog

unread,
Dec 20, 2019, 10:27:43 AM12/20/19
to mastodon-users
Hello everyone,

I have attached log of the test. I am using CentOS 7.

Thank you
Samyog
test-results-edited.log

Samyog

unread,
May 14, 2020, 12:13:53 PM5/14/20
to mastodon-users

Chandu Bolisetti

unread,
May 19, 2020, 5:33:24 PM5/19/20
to mastodon-users
This has been addressed in the more recent thread

Reply all
Reply to author
Forward
0 new messages