Re: [arts-users] Temperature Retrievals of Oxygen emission lines with Zeeman effect and line mixing

2022-09-14 Thread witali.krochin
I was running Ubuntu 20.04LTS which only offers gcc 9 and clang 10. Upgrading 
gcc and clang on 20.04 was not possible (at least not easily). After upgrading 
to 22.10 which does provide gcc 11 and clang 14 I managed to install ARTS, but 
only using gcc. When trying to use clang as directed in "LLVM/Clang compiler" 
section on the gitpage there was an error:

"fatal error: instantiating fold expression with 2003 arguments exceeded 
expression nesting limit of 256"


Will try to run the line mixing module know.


Best regards

Witali



Von: Lemke, Oliver 
Gesendet: Mittwoch, 14. September 2022 14:31:51
An: Krochin, Witali (IAP)
Cc: ARTS Users List
Betreff: Re: [arts-users] Temperature Retrievals of Oxygen emission lines with 
Zeeman effect and line mixing

Hi Witali,

That is indeed strange. Which compiler are you using? You need at least GCC 11 
or LLVM/Clang 13.

Cheers,
Oliver


> On 14 Sep 2022, at 14:22,   
> wrote:
>
> Thank you very much for the support.
>
> After installing the master branch and running the 'make check' command, I 
> got a weird error message that read:
>
> [ 10%] Building CXX object 
> src/CMakeFiles/make_workspace_memory_handler_cc.dir/make_workspace_memory_handler_cc.cc.o
> In file included from /opt/arts-master/src/matpackI.h:102,
>  from /opt/arts-master/src/methods.h:32,
>  from /opt/arts-master/src/global_data.h:31,
>  from 
> opt/arts-master/src/make_workspace_memory_handler_cc.cc:24:
> /opt/arts-master/src/matpack_concepts.h:4:10: fatal error: concepts: No such 
> file or directory
> 4 | #include 
>   |  ^~
> compilation terminated.
>
> I'm sure this file exists and my machine should meet the requirements as well.
> Reinstalling ARTS 2.4 worked fine before.
>
>
> Is this a known issue?
>
> Best regards
> Witali






Re: [arts-users] Temperature Retrievals of Oxygen emission lines with Zeeman effect and line mixing

2022-09-14 Thread Lemke, Oliver
Hi Witali,

That is indeed strange. Which compiler are you using? You need at least GCC 11 
or LLVM/Clang 13.

Cheers,
Oliver


> On 14 Sep 2022, at 14:22,   
> wrote:
> 
> Thank you very much for the support.
> 
> After installing the master branch and running the 'make check' command, I 
> got a weird error message that read:
> 
> [ 10%] Building CXX object 
> src/CMakeFiles/make_workspace_memory_handler_cc.dir/make_workspace_memory_handler_cc.cc.o
> In file included from /opt/arts-master/src/matpackI.h:102,
>  from /opt/arts-master/src/methods.h:32,
>  from /opt/arts-master/src/global_data.h:31,
>  from 
> opt/arts-master/src/make_workspace_memory_handler_cc.cc:24:
> /opt/arts-master/src/matpack_concepts.h:4:10: fatal error: concepts: No such 
> file or directory
> 4 | #include 
>   |  ^~
> compilation terminated.
> 
> I'm sure this file exists and my machine should meet the requirements as well.
> Reinstalling ARTS 2.4 worked fine before.
> 
> 
> Is this a known issue?
> 
> Best regards
> Witali






smime.p7s
Description: S/MIME cryptographic signature


Re: [arts-users] Temperature Retrievals of Oxygen emission lines with Zeeman effect and line mixing

2022-09-14 Thread witali.krochin
Thank you very much for the support.

After installing the master branch and running the 'make check' command, I got 
a weird error message that read:


[ 10%] Building CXX object 
src/CMakeFiles/make_workspace_memory_handler_cc.dir/make_workspace_memory_handler_cc.cc.o
In file included from /opt/arts-master/src/matpackI.h:102,
 from /opt/arts-master/src/methods.h:32,
 from /opt/arts-master/src/global_data.h:31,
 from 
opt/arts-master/src/make_workspace_memory_handler_cc.cc:24:
/opt/arts-master/src/matpack_concepts.h:4:10: fatal error: concepts: No such 
file or directory
4 | #include 
  |  ^~
compilation terminated.

I'm sure this file exists and my machine should meet the requirements as well.
Reinstalling ARTS 2.4 worked fine before.


Is this a known issue?

Best regards
Witali



Von: Lemke, Oliver 
Gesendet: Mittwoch, 14. September 2022 08:54:20
An: Krochin, Witali (IAP)
Cc: Buehler, Stefan; Richard Larsson; ARTS Users List
Betreff: Re: [arts-users] Temperature Retrievals of Oxygen emission lines with 
Zeeman effect and line mixing

Hi Witali,

The error you're seeing indicates that you're using an older ARTS version. To 
read the newest version of the arts-cat-data, you also need to compile the 
latest ARTS development version from the master branch at 
https://github.com/atmtools/arts .

Cheers,
Oliver


> On 13 Sep 2022, at 17:18, witali.kroc...@unibe.ch wrote:
>
> Thank you for the quick reply and comments on the updated papers.
>
>
> We will definitely add Mr. Larsson to the list of co-authors when the 
> research using this dataset is published.
>
>
> Unfortunately, I am already having problems reading the dataset.
> I have downloaded the file "O2-66.xml" from 
> https://arts.mi.uni-hamburg.de/svn/rt/arts-cat-data/trunk/lines/,
> but I cannot read the file with any reading function that are known to me.
>
>
> For example, the following line:
> "ReadXML(abs_lines, "O2-66.xml")"
>
>
> Generates the following error message:
> "Species "" is not a valid species."
>
> I've tried several other read functions, but I have a feeling I'm missing 
> something.
>
> Best regards
> Witali





Re: [arts-users] Temperature Retrievals of Oxygen emission lines with Zeeman effect and line mixing

2022-09-14 Thread Lemke, Oliver
Hi Witali,

The error you're seeing indicates that you're using an older ARTS version. To 
read the newest version of the arts-cat-data, you also need to compile the 
latest ARTS development version from the master branch at 
https://github.com/atmtools/arts .

Cheers,
Oliver


> On 13 Sep 2022, at 17:18, witali.kroc...@unibe.ch wrote:
> 
> Thank you for the quick reply and comments on the updated papers.
> 
> 
> We will definitely add Mr. Larsson to the list of co-authors when the 
> research using this dataset is published.
> 
> 
> Unfortunately, I am already having problems reading the dataset.
> I have downloaded the file "O2-66.xml" from 
> https://arts.mi.uni-hamburg.de/svn/rt/arts-cat-data/trunk/lines/,
> but I cannot read the file with any reading function that are known to me.
> 
> 
> For example, the following line:
> "ReadXML(abs_lines, "O2-66.xml")"
> 
> 
> Generates the following error message:
> "Species "" is not a valid species."
> 
> I've tried several other read functions, but I have a feeling I'm missing 
> something.
> 
> Best regards
> Witali