Dear All,
I want to run feap in HPC and try to configure the petsc firstly with openmpi.
I met the following errors:
Running test examples to verify correct installation
Using PETSC_DIR=/rigel/free/users/rs3741/SourceCode/petsc-3.5.4/ and PETSC_ARCH=gnu-dbg
[size=12pt][b]Possible error running C/C++ src/snes/examples/tutorials/ex19 with 1 MPI process[/b][/size]
See http://www.mcs.anl.gov/petsc/documentation/faq.html
[warn] Epoll ADD(4) on fd 1 failed. Old events were 0; read change was 0 (none); write change was 1 (add): Operation not permitted
[1501856734.216578] [holmes:48951:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 2200.00
[1501856734.224692] [holmes:48951:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856734.229386] [holmes:48951:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
lid velocity = 0.0016, prandtl # = 1, grashof # = 1
Number of SNES iterations = 2
[size=12pt][b]Possible error running C/C++ src/snes/examples/tutorials/ex19 with 2 MPI processes[/b][/size]
See http://www.mcs.anl.gov/petsc/documentation/faq.html
[warn] Epoll ADD(4) on fd 1 failed. Old events were 0; read change was 0 (none); write change was 1 (add): Operation not permitted
[1501856735.049456] [holmes:48962:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 2200.00
[1501856735.055401] [holmes:48963:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 2200.00
[1501856735.057904] [holmes:48962:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856735.061983] [holmes:48963:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856735.062214] [holmes:48962:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856735.066630] [holmes:48963:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856735.610307] [holmes:48962:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856735.610325] [holmes:48963:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
lid velocity = 0.0016, prandtl # = 1, grashof # = 1
Number of SNES iterations = 2
[size=12pt][b]Possible error running Fortran example src/snes/examples/tutorials/ex5f with 1 MPI process[/b][/size]
See http://www.mcs.anl.gov/petsc/documentation/faq.html
[warn] Epoll ADD(4) on fd 1 failed. Old events were 0; read change was 0 (none); write change was 1 (add): Operation not permitted
[1501856742.343899] [holmes:49045:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 2200.00
[1501856742.350678] [holmes:49045:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
[1501856742.354726] [holmes:49045:0] mxm.c:196 MXM WARN The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240)
Number of SNES iterations = 4
Completed test examples
Does anybody have experiences on this stuff?
Best,