mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Created Running on Blue Gene/P (markdown)
parent
208e71bd29
commit
2e75f075c2
1 changed files with 15 additions and 0 deletions
15
Running-on-Blue-Gene-P.md
Normal file
15
Running-on-Blue-Gene-P.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Make the following change in openmc/src/Makefile:
|
||||
|
||||
ifeq ($(COMPILER),ibm)
|
||||
- F90 = xlf2003
|
||||
- F90FLAGS := -WF,-DNO_F2008
|
||||
+ F90 = /bgsys/drivers/ppcfloor/comm/xl/bin/mpixlf2003
|
||||
+ F90FLAGS := -WF,-DNO_F2008,-DMPI -O5
|
||||
|
||||
In openmc/src/xml-fortran/Makefile, add the following line:
|
||||
|
||||
override F90 = xlf2003
|
||||
|
||||
When submitting your job, add the following to the qsub line:
|
||||
|
||||
--env XLFRTEOPTS=ufmt_littleendian=7
|
||||
Loading…
Add table
Add a link
Reference in a new issue