welcome: please sign in
location: Diff for "Bingbing Suo"
Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2013-08-30 06:41:23
Size: 142
Editor: 10
Comment:
Revision 4 as of 2014-01-10 01:33:18
Size: 1190
Editor: 10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Bingbing Suo is own page.
=
Bingbing Suo is own page. =
Line 6: Line 7:
1 Add Wiki theme moon-mandrin. Look at the link [[https://bitbucket.org/thesheep/moin-mandarin]] 1 Add Wiki theme moin-mandarin. Look at the link [[https://bitbucket.org/thesheep/moin-mandarin]]

2 Try to edit a bdftheme from modernized theme.
 1. Make a copy of the 'modern' theme in the static files directory and call it 'bdftheme'
 1. Copy the script of this theme MoinMoin/theme/modern.py' to data/plugins/theme/bdftheme.py
 1. Edit the file 'bdftheme.py' and change at least the variable name = "modernized" to {name ="bdftheme"

= BDF failed work with global array. =

When I run BDF with global array support, I encounter such errors,

0:Segmentation Violation error, status=: 11
(rank:0 hostname:Sodium pid:22041):ARMCI DASSERT fail. src/common/signaltrap.c:SigSegvHandler():310 cond:0
1:Segmentation Violation error, status=: 11
(rank:1 hostname:Sodium pid:22042):ARMCI DASSERT fail. src/common/signaltrap.c:SigSegvHandler():310 cond:0
Last System Error Message from Task 0:: No such file or directory
Last System Error Message from Task 1:: No such file or directory

This may be caused by internal BLAS is used when I compile with GA, while I compile BDF program with external BLAS and Lapack library MKL.

Bingbing Suo is own page.

Wiki logs

1 Add Wiki theme moin-mandarin. Look at the link https://bitbucket.org/thesheep/moin-mandarin

2 Try to edit a bdftheme from modernized theme.

  1. Make a copy of the 'modern' theme in the static files directory and call it 'bdftheme'
  2. Copy the script of this theme MoinMoin/theme/modern.py' to data/plugins/theme/bdftheme.py
  3. Edit the file 'bdftheme.py' and change at least the variable name = "modernized" to {name ="bdftheme"

BDF failed work with global array.

When I run BDF with global array support, I encounter such errors,

0:Segmentation Violation error, status=: 11 (rank:0 hostname:Sodium pid:22041):ARMCI DASSERT fail. src/common/signaltrap.c:SigSegvHandler():310 cond:0 1:Segmentation Violation error, status=: 11 (rank:1 hostname:Sodium pid:22042):ARMCI DASSERT fail. src/common/signaltrap.c:SigSegvHandler():310 cond:0 Last System Error Message from Task 0:: No such file or directory Last System Error Message from Task 1:: No such file or directory

This may be caused by internal BLAS is used when I compile with GA, while I compile BDF program with external BLAS and Lapack library MKL.

Bingbing Suo (last edited 2023-05-30 14:27:17 by bsuo)