nerscadmin / IPM

Integrated Performance Monitoring for High Performance Computing
http://ipm-hpc.org
GNU Lesser General Public License v2.1
84 stars 36 forks source link

ipm_parse occasionally warning (deleted) #32

Closed simomartini closed 5 years ago

simomartini commented 5 years ago

I'm using IPM as a profiler for OpenFoam, but sometimes when I do the ipm_parse phase I get the following error.

sh: -c: line 0: syntax error near unexpected token('`

this creates a file called interFoam (deleted)_12_smartini.1540304391.359668.ipm.xml_ipm_2170337.master1' without having generated the figures.

I can not understand why, by launching the same job sequentially but with a different number of processes, I get or not get the graphs correctly.

In the loaded zip I have two examples one working and one not working.

Archive.zip

njwright commented 5 years ago

Hi

ipm_parse is a serial code. It cannot be run in parallel.

On Tue, Oct 23, 2018 at 8:30 AM Simone Martini notifications@github.com wrote:

I'm using IPM as a profiler for OpenFoam, but sometimes when I do the ipm_parse phase I get the following error.

sh: -c: line 0: syntax error near unexpected token ('`

this creates a file called interFoam (deleted)_12_smartini.1540304391.359668.ipm.xml_ipm_2170337.master1' without having generated the figures.

I can not understand why, by launching the same job sequentially but with a different number of processes, I get or not get the graphs correctly.

In the loaded zip I have two examples one working and one not working.

Archive.zip https://github.com/nerscadmin/IPM/files/2506723/Archive.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nerscadmin/IPM/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AFY3NR9GN87RRaftfAGHQwkihso5hL_cks5unzYdgaJpZM4X11ps .

-- Nick.

simomartini commented 5 years ago

Hi, I’m not running ipm_parse in parallel, I run it from the master node with only one process.

Kind regards Simone On 23 Oct 2018, at 18:31, njwright notifications@github.com<mailto:notifications@github.com> wrote:

Hi

ipm_parse is a serial code. It cannot be run in parallel.

On Tue, Oct 23, 2018 at 8:30 AM Simone Martini notifications@github.com<mailto:notifications@github.com> wrote:

I'm using IPM as a profiler for OpenFoam, but sometimes when I do the ipm_parse phase I get the following error.

sh: -c: line 0: syntax error near unexpected token ('`

this creates a file called interFoam (deleted)_12_smartini.1540304391.359668.ipm.xml_ipm_2170337.master1' without having generated the figures.

I can not understand why, by launching the same job sequentially but with a different number of processes, I get or not get the graphs correctly.

In the loaded zip I have two examples one working and one not working.

Archive.zip https://github.com/nerscadmin/IPM/files/2506723/Archive.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nerscadmin/IPM/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AFY3NR9GN87RRaftfAGHQwkihso5hL_cks5unzYdgaJpZM4X11ps .

-- Nick.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/nerscadmin/IPM/issues/32#issuecomment-432319904, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APxrVeTd-gxsiCB8wVfEIANBGa-DKUwkks5un0RzgaJpZM4X11ps.

simomartini commented 5 years ago

I found the error, in the .xlm file it automatically created a name with a round brackets, removed the brackets everything worked perfectly