Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*

Re: Regarding dpc++ usage

Christoph9
New Contributor II
662 Views

Hey,

 

Regarding 1: You are probably trying to compile on the login-nodes. Try for example a Xeon-Node with

qsub -I -l nodes=1:xeon:ppn=2

Here is gcc 9 loaded per default. On these (and other nodes, but not the login nodes), you should be able to use the module command. This is documented here: https://devcloud.intel.com/oneapi/documentation/modules/ (In your case you can load another gcc-module, e.g. 10.3).

 

Best regards,
Christoph

0 Kudos
0 Replies
Reply