mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2025-01-04 18:38:36 +01:00
Derivlist empty
This commit is contained in:
parent
0bacfffb32
commit
d30ed3448f
@ -2,11 +2,8 @@
|
|||||||
|
|
||||||
## ALIGNMENT
|
## ALIGNMENT
|
||||||
|
|
||||||
CPU_TYPE=-axSSSE3,SSE4.2,AVX,CORE-AVX2 # [ CORE-AVX2 | CORE-AVX-I | AVX | SSE4.2 ]
|
#CPU_TYPE="-xCORE-AVX2" # [ Host | CORE-AVX2 | CORE-AVX-I | AVX | SSE4.2 ]
|
||||||
#CPU_TYPE="-axCORE-AVX2,SSE4.2,SSE2" # [ CORE-AVX2 | CORE-AVX-I | AVX | SSE4.2 ]
|
CPU_TYPE="-xHost"
|
||||||
#CPU_TYPE="-xAVX" # [ CORE-AVX2 | CORE-AVX-I | AVX | SSE4.2 ]
|
|
||||||
#CPU_TYPE="-xCORE-AVX2" # [ CORE-AVX2 | CORE-AVX-I | AVX | SSE4.2 ]
|
|
||||||
#CPU_TYPE="-xSSE4.2" # [ CORE-AVX2 | CORE-AVX-I | AVX | SSE4.2 ]
|
|
||||||
|
|
||||||
# Array alignment (Bytes)
|
# Array alignment (Bytes)
|
||||||
ALIGN="32"
|
ALIGN="32"
|
||||||
|
@ -61,7 +61,6 @@ subroutine run_qmc(cpu0)
|
|||||||
implicit none
|
implicit none
|
||||||
include '../types.F'
|
include '../types.F'
|
||||||
include '../deriv_var.F'
|
include '../deriv_var.F'
|
||||||
include '../deriv_ene.F'
|
|
||||||
|
|
||||||
integer*8 :: cpu0
|
integer*8 :: cpu0
|
||||||
integer :: isize, i, j, ierr
|
integer :: isize, i, j, ierr
|
||||||
@ -106,8 +105,7 @@ subroutine run_qmc(cpu0)
|
|||||||
BEGIN_SHELL [ /usr/bin/python ]
|
BEGIN_SHELL [ /usr/bin/python ]
|
||||||
from properties import *
|
from properties import *
|
||||||
|
|
||||||
derivlist = map(lambda x: x[1], properties)
|
derivlist = []
|
||||||
derivlist = filter(lambda x: x.startswith("d_var_"), derivlist)
|
|
||||||
|
|
||||||
td = """
|
td = """
|
||||||
do j=0,size($X_block_walk,1)-1,7
|
do j=0,size($X_block_walk,1)-1,7
|
||||||
|
Loading…
Reference in New Issue
Block a user