Notes

ORB5

make -f Makefile EXEC=orb5_vecrep FFLAGS_OPTIM="-O2 -xAVX -init=zero -qopt-report -qopt-report-phase=vec" OBJDIR=vectest OPENMP=TRUE

.emacs lines for ORB5

;;;
(set-variable 'auto-mode-alist
(cons '("\\.F90\\'" . f90-mode) auto-mode-alist))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(delete-selection-mode nil)
'(f90-auto-keyword-case (quote downcase-word))
'(f90-comment-region "!")
'(f90-leave-line-no t)
)

Emacs

Emacs Wiki

Fortran

Fortran Wiki

Python

make -f Makefile EXEC=orb5_vecrep FFLAGS_OPTIM="-O2 -xAVX -init=zero -qopt-report -qopt-report-phase=vec" OBJDIR=vectest OPENMP=TRUE

No liability is assumed for external links and their contents.

Privacy Policy · © Copyright Alberto Bottino, Boltzmannstr. 2, D-85748 Garching · All Rights Reserved.