User Tools

Site Tools


tech:slurm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tech:slurm [2020/04/24 16:12] – [GCC] kohofertech:slurm [2020/04/28 18:25] kohofer
Line 356: Line 356:
  
 ====== Modules ====== ====== Modules ======
 +
 +===== Python =====
 +
 +Python 3.7.7
 +
 +  cd /opt/packages
 +  mkdir /opt/packages/python/3.7.7
 +  wget https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz
 +  tar xfJ Python-3.7.7.tar.xz
 +  cd Python-3.7.7/
 +  ./configure --prefix=/opt/packages/python/3.7.7/ --enable-optimizations
 +  make
 +  make install
 +  
 +
  
 ===== GCC ===== ===== GCC =====
  
-This take a long time!+This takes a long time!
  
 Commands to run to compile gcc-6.1.0 Commands to run to compile gcc-6.1.0
Line 440: Line 455:
   vi /opt/packages/gcc-6.1.0/x86_64-pc-linux-gnu/libjava/include/java-signal.h   vi /opt/packages/gcc-6.1.0/x86_64-pc-linux-gnu/libjava/include/java-signal.h
  
 +<note warning>Not enough more errors!</note>
  
 <code> <code>
 // kh // kh
-  struct ucontext_t *_uc = (struct ucontext_t *)_p;                             \+  ucontext_t *_uc = (ucontext_t *);                             \
   //struct ucontext *_uc = (struct ucontext *)_p;                               \   //struct ucontext *_uc = (struct ucontext *)_p;                               \
   // kh   // kh
Line 451: Line 467:
 Next error: Next error:
  
-<code>+<code php>
 ... ...
-In file included from ../.././libjava/include/java-interp.h:16:0+In file included from ../.././libjava/prims.cc:26:0:           
-                 from ../.././libjava/prims.cc:28+./include/java-signal.h:32:3: warning: multi-line comment [-Wcomment] 
-../.././libjava/gnu/gcj/runtime/NameFinder.h:7:18: error: expected declaration before end of line +   //struct ucontext *_uc = (struct ucontext *)_p;                                                   
- #pragma interface +                                                         
-                  +../.././libjava/prims.cc: In function ‘void _Jv_catch_fpe(intsiginfo_t*, void*)’: 
-Makefile:9968recipe for target 'prims.lo' failed+./include/java-signal.h:31:15: warning: unused variable ‘_uc’ [-Wunused-variable]                
 +   ucontext_t *_uc = (ucontext_t *)_p;        
 +                        
 +../.././libjava/prims.cc:192:3: note: in expansion of macro ‘HANDLE_DIVIDE_OVERFLOW’             
 +   HANDLE_DIVIDE_OVERFLOW;        
 +   ^~~~~~~~~~~~~~~~~~~~~~ 
 +../.././libjava/prims.cc:203:1: error: expected ‘while’ before ‘jboolean’                     
 + jboolean                                        
 + ^~~~~~~~                                       
 +../.././libjava/prims.cc:203:1: error: expected ‘(’ before ‘jboolean’ 
 +../.././libjava/prims.cc:204:1: error: expected primary-expression before ‘_Jv_equalUtf8Consts’ 
 + _Jv_equalUtf8Consts (const Utf8Const* a, const Utf8Const *b)                    
 + ^~~~~~~~~~~~~~~~~~~                                     
 +../.././libjava/prims.cc:204:1: error: expected ‘)’ before ‘_Jv_equalUtf8Consts’ 
 +../.././libjava/prims.cc:204:1: error: expected ‘;’ before ‘_Jv_equalUtf8Consts’ 
 +../.././libjava/prims.cc:204:22: error: expected primary-expression before ‘const’ 
 + _Jv_equalUtf8Consts (const Utf8Const* a, const Utf8Const *b)
 ... ...
- 
 </code> </code>
  
/data/www/wiki.inf.unibz.it/data/pages/tech/slurm.txt · Last modified: 2022/11/24 16:17 by kohofer