Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
3bf4482e
Commit
3bf4482e
authored
Jun 03, 2018
by
lvs
Browse files
correction grad args
parent
c34333df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3bf4482e
...
...
@@ -205,8 +205,8 @@ PDB := 3ce3
NRUN
:=
200
POPSIZE
:=
500
TESTNAME
:=
test
TESTLS
:=
s
w
NUM_LSIT
:=
30
0
TESTLS
:=
s
d
NUM_LSIT
:=
30
test
:
odock
$(BIN_DIR)
/
$(TARGET)
-ffile
./input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
./input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-psize
$(POPSIZE)
-resnam
$(TESTNAME)
-gfpop
1
-lsmet
$(TESTLS)
-lsit
$(NUM_LSIT)
-smooth
0.5
...
...
device/kernel_gradient.cl
View file @
3bf4482e
...
...
@@ -436,7 +436,7 @@ gradient_minimizer(
dockpars_coeff_elec,
dockpars_qasp,
dockpars_coeff_desolv,
/*
candidate_genotype,*
/
genotype,
/*use
genotype
only
for
reproduce
results*/
candidate_genotype,
/
*genotype,
*/
/*use
genotype
only
for
reproduce
results*/
&candidate_energy,
&run_id,
//
Some
OpenCL
compilers
don
't
allow
declaring
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment