Re: [arts-users] simulation errors on new compilation of arts

2019-05-09 Thread Oliver Lemke
Hi Victoria,

> On 8 May 2019, at 23:17, Victoria Sol Galligani 
>  wrote:
> 
> Hi! I have been using arts version arts-2-3-1171 with no problems. I have 
> recently moved on to a new machine and I have compiled and installed the same 
> version.

Strange indeed. Can you please try to run your test case with the latest 
version from trunk and see if the bug is still present there? If it is, please 
provide me the controlfile and input data and I'll have a look at it.

This could be an issue with parallelization, but this is just a wild guess 
since I don't know what your actual calculations inside the ForLoop agenda are 
doing. You could try to run arts with the '-n1' flag to see if the error still 
occurs when only using one processor core.

> I have tried to run the same scripts I was using before and I get the 
> following error when calculating a very simple clear sky run: 
> 
> - ForLoop
>   Executing for loop body, index: 0
>   Executing for loop body, index: 1
>   Executing for loop body, index: 2
> arts: /src/rte.cc:1901: void iy_transmission_mult(Tensor3&, ConstTensor3View, 
> ConstTensor3View): Assertion `nf == iy_trans_new.npages()' failed.
> Aborted (core dumped)
> 
> its strange because some indeces of the loop are run! 
> 
> I have compiled with 
> gcc-7, g++-7, gfortran-7
> 
> and I did get the following at the cmake stage
> -- Could NOT find FFTW (missing: FFTW_LIBRARIES FFTW_INCLUDE_DIR) 

This is safe to ignore if you're not using any cross section species (*-XSEC-*).

> -- Performing Test CCFLAG_Wno-return-type-c-linkage
> -- Performing Test CCFLAG_Wno-return-type-c-linkage - Failed
> -- Performing Test CXXFLAG_Wno-return-type-c-linkage
> -- Performing Test CXXFLAG_Wno-return-type-c-linkage - Failed

These are safe to ignore as well.

> Any ideas? 
> Thank you in advance! 
> V. Galligani

Cheers,
Oliver

___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi


[arts-users] simulation errors on new compilation of arts

2019-05-08 Thread Victoria Sol Galligani
Hi! I have been using arts version arts-2-3-1171 with no problems. I have
recently moved on to a new machine and I have compiled and installed the
same version. I have tried to run the same scripts I was using before and I
get the following error when calculating a very simple clear sky run:

- ForLoop
  Executing for loop body, index: 0
  Executing for loop body, index: 1
  Executing for loop body, index: 2
arts: /src/rte.cc:1901: void iy_transmission_mult(Tensor3&,
ConstTensor3View, ConstTensor3View): Assertion `nf ==
iy_trans_new.npages()' failed.
Aborted (core dumped)

its strange because some indeces of the loop are run!

I have compiled with
gcc-7, g++-7, gfortran-7

and I did get the following at the cmake stage
-- Could NOT find FFTW (missing: FFTW_LIBRARIES FFTW_INCLUDE_DIR)
-- Performing Test CCFLAG_Wno-return-type-c-linkage
-- Performing Test CCFLAG_Wno-return-type-c-linkage - Failed
-- Performing Test CXXFLAG_Wno-return-type-c-linkage
-- Performing Test CXXFLAG_Wno-return-type-c-linkage - Failed

Any ideas?
Thank you in advance!
V. Galligani
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi