forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6265 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0a55075da6
commit
bf1d550bfd
src
ASPHERE
CLASS2
COLLOID
DIPOLE
DSMC
GPU
GRANULAR
KSPACE
MANYBODY
MEAM
MOLECULE
MakefileOPT
PERI
POEMS
REAX
REPLICA
SHOCK
SRD
USER-ACKLAND
USER-ATC
USER-CD-EAM
USER-CG-CMM
USER-CUDA
USER-EFF
USER-EWALDN
USER-IMD
USER-REAXC
USER-SMD
XTC
|
@ -24,24 +24,24 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../compute_erotate_asphere.cpp
|
||||
rm ../compute_temp_asphere.cpp
|
||||
rm ../fix_nh_asphere.cpp
|
||||
rm ../fix_nph_asphere.cpp
|
||||
rm ../fix_npt_asphere.cpp
|
||||
rm ../fix_nve_asphere.cpp
|
||||
rm ../fix_nvt_asphere.cpp
|
||||
rm ../pair_gayberne.cpp
|
||||
rm ../pair_resquared.cpp
|
||||
rm -f ../compute_erotate_asphere.cpp
|
||||
rm -f ../compute_temp_asphere.cpp
|
||||
rm -f ../fix_nh_asphere.cpp
|
||||
rm -f ../fix_nph_asphere.cpp
|
||||
rm -f ../fix_npt_asphere.cpp
|
||||
rm -f ../fix_nve_asphere.cpp
|
||||
rm -f ../fix_nvt_asphere.cpp
|
||||
rm -f ../pair_gayberne.cpp
|
||||
rm -f ../pair_resquared.cpp
|
||||
|
||||
rm ../compute_erotate_asphere.h
|
||||
rm ../compute_temp_asphere.h
|
||||
rm ../fix_nh_asphere.h
|
||||
rm ../fix_nph_asphere.h
|
||||
rm ../fix_npt_asphere.h
|
||||
rm ../fix_nve_asphere.h
|
||||
rm ../fix_nvt_asphere.h
|
||||
rm ../pair_gayberne.h
|
||||
rm ../pair_resquared.h
|
||||
rm -f ../compute_erotate_asphere.h
|
||||
rm -f ../compute_temp_asphere.h
|
||||
rm -f ../fix_nh_asphere.h
|
||||
rm -f ../fix_nph_asphere.h
|
||||
rm -f ../fix_npt_asphere.h
|
||||
rm -f ../fix_nve_asphere.h
|
||||
rm -f ../fix_nvt_asphere.h
|
||||
rm -f ../pair_gayberne.h
|
||||
rm -f ../pair_resquared.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -22,22 +22,22 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../bond_class2.cpp
|
||||
rm ../angle_class2.cpp
|
||||
rm ../dihedral_class2.cpp
|
||||
rm ../improper_class2.cpp
|
||||
rm -f ../bond_class2.cpp
|
||||
rm -f ../angle_class2.cpp
|
||||
rm -f ../dihedral_class2.cpp
|
||||
rm -f ../improper_class2.cpp
|
||||
|
||||
rm ../pair_lj_class2.cpp
|
||||
rm ../pair_lj_class2_coul_cut.cpp
|
||||
rm ../pair_lj_class2_coul_long.cpp
|
||||
rm -f ../pair_lj_class2.cpp
|
||||
rm -f ../pair_lj_class2_coul_cut.cpp
|
||||
rm -f ../pair_lj_class2_coul_long.cpp
|
||||
|
||||
rm ../bond_class2.h
|
||||
rm ../angle_class2.h
|
||||
rm ../dihedral_class2.h
|
||||
rm ../improper_class2.h
|
||||
rm -f ../bond_class2.h
|
||||
rm -f ../angle_class2.h
|
||||
rm -f ../dihedral_class2.h
|
||||
rm -f ../improper_class2.h
|
||||
|
||||
rm ../pair_lj_class2.h
|
||||
rm ../pair_lj_class2_coul_cut.h
|
||||
rm ../pair_lj_class2_coul_long.h
|
||||
rm -f ../pair_lj_class2.h
|
||||
rm -f ../pair_lj_class2_coul_cut.h
|
||||
rm -f ../pair_lj_class2_coul_long.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -14,15 +14,15 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../fix_wall_colloid.cpp
|
||||
rm ../pair_colloid.cpp
|
||||
rm ../pair_lubricate.cpp
|
||||
rm ../pair_yukawa_colloid.cpp
|
||||
rm -f ../fix_wall_colloid.cpp
|
||||
rm -f ../pair_colloid.cpp
|
||||
rm -f ../pair_lubricate.cpp
|
||||
rm -f ../pair_yukawa_colloid.cpp
|
||||
|
||||
rm ../fix_wall_colloid.h
|
||||
rm ../pair_colloid.h
|
||||
rm ../pair_lubricate.h
|
||||
rm ../pair_yukawa_colloid.h
|
||||
rm -f ../fix_wall_colloid.h
|
||||
rm -f ../pair_colloid.h
|
||||
rm -f ../pair_lubricate.h
|
||||
rm -f ../pair_yukawa_colloid.h
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
@ -10,10 +10,10 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../atom_vec_dipole.cpp
|
||||
rm ../pair_dipole_cut.cpp
|
||||
rm -f ../atom_vec_dipole.cpp
|
||||
rm -f ../pair_dipole_cut.cpp
|
||||
|
||||
rm ../atom_vec_dipole.h
|
||||
rm ../pair_dipole_cut.h
|
||||
rm -f ../atom_vec_dipole.h
|
||||
rm -f ../pair_dipole_cut.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -8,8 +8,8 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../pair_dsmc.cpp
|
||||
rm -f ../pair_dsmc.cpp
|
||||
|
||||
rm ../pair_dsmc.h
|
||||
rm -f ../pair_dsmc.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -72,38 +72,38 @@ elif (test $1 = 0) then
|
|||
sed -i -e 's/[^ \t]*gpu_[^ \t]*) //' ../Makefile.package
|
||||
fi
|
||||
|
||||
rm ../pppm_gpu.cpp
|
||||
rm ../pppm_gpu_single.cpp
|
||||
rm ../pppm_gpu_double.cpp
|
||||
rm ../pair_gayberne_gpu.cpp
|
||||
rm ../pair_lj_cut_gpu.cpp
|
||||
rm ../pair_morse_gpu.cpp
|
||||
rm ../pair_lj96_cut_gpu.cpp
|
||||
rm ../pair_lj_expand_gpu.cpp
|
||||
rm ../pair_lj_cut_coul_cut_gpu.cpp
|
||||
rm ../pair_lj_cut_coul_long_gpu.cpp
|
||||
rm ../pair_lj_charmm_coul_long_gpu.cpp
|
||||
rm ../pair_cg_cmm_gpu.cpp
|
||||
rm ../pair_cg_cmm_coul_long_gpu.cpp
|
||||
rm -f ../pppm_gpu.cpp
|
||||
rm -f ../pppm_gpu_single.cpp
|
||||
rm -f ../pppm_gpu_double.cpp
|
||||
rm -f ../pair_gayberne_gpu.cpp
|
||||
rm -f ../pair_lj_cut_gpu.cpp
|
||||
rm -f ../pair_morse_gpu.cpp
|
||||
rm -f ../pair_lj96_cut_gpu.cpp
|
||||
rm -f ../pair_lj_expand_gpu.cpp
|
||||
rm -f ../pair_lj_cut_coul_cut_gpu.cpp
|
||||
rm -f ../pair_lj_cut_coul_long_gpu.cpp
|
||||
rm -f ../pair_lj_charmm_coul_long_gpu.cpp
|
||||
rm -f ../pair_cg_cmm_gpu.cpp
|
||||
rm -f ../pair_cg_cmm_coul_long_gpu.cpp
|
||||
|
||||
rm ../fix_gpu.cpp
|
||||
rm -f ../fix_gpu.cpp
|
||||
|
||||
rm ../pppm_gpu.h
|
||||
rm ../pppm_gpu_single.h
|
||||
rm ../pppm_gpu_double.h
|
||||
rm ../pair_gayberne_gpu.h
|
||||
rm ../pair_lj_cut_gpu.h
|
||||
rm ../pair_morse_gpu.h
|
||||
rm ../pair_lj96_cut_gpu.h
|
||||
rm ../pair_lj_expand_gpu.h
|
||||
rm ../pair_lj_cut_coul_cut_gpu.h
|
||||
rm ../pair_lj_cut_coul_long_gpu.h
|
||||
rm ../pair_lj_charmm_coul_long_gpu.h
|
||||
rm ../pair_cg_cmm_gpu.h
|
||||
rm ../pair_cg_cmm_coul_long_gpu.h
|
||||
rm -f ../pppm_gpu.h
|
||||
rm -f ../pppm_gpu_single.h
|
||||
rm -f ../pppm_gpu_double.h
|
||||
rm -f ../pair_gayberne_gpu.h
|
||||
rm -f ../pair_lj_cut_gpu.h
|
||||
rm -f ../pair_morse_gpu.h
|
||||
rm -f ../pair_lj96_cut_gpu.h
|
||||
rm -f ../pair_lj_expand_gpu.h
|
||||
rm -f ../pair_lj_cut_coul_cut_gpu.h
|
||||
rm -f ../pair_lj_cut_coul_long_gpu.h
|
||||
rm -f ../pair_lj_charmm_coul_long_gpu.h
|
||||
rm -f ../pair_cg_cmm_gpu.h
|
||||
rm -f ../pair_cg_cmm_coul_long_gpu.h
|
||||
|
||||
rm ../fix_gpu.h
|
||||
rm ../gpu_extra.h
|
||||
rm -f ../fix_gpu.h
|
||||
rm -f ../gpu_extra.h
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
@ -18,18 +18,18 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../fix_freeze.cpp
|
||||
rm ../fix_pour.cpp
|
||||
rm ../fix_wall_gran.cpp
|
||||
rm ../pair_gran_hertz_history.cpp
|
||||
rm ../pair_gran_hooke.cpp
|
||||
rm ../pair_gran_hooke_history.cpp
|
||||
rm -f ../fix_freeze.cpp
|
||||
rm -f ../fix_pour.cpp
|
||||
rm -f ../fix_wall_gran.cpp
|
||||
rm -f ../pair_gran_hertz_history.cpp
|
||||
rm -f ../pair_gran_hooke.cpp
|
||||
rm -f ../pair_gran_hooke_history.cpp
|
||||
|
||||
rm ../fix_freeze.h
|
||||
rm ../fix_pour.h
|
||||
rm ../fix_wall_gran.h
|
||||
rm ../pair_gran_hertz_history.h
|
||||
rm ../pair_gran_hooke.h
|
||||
rm ../pair_gran_hooke_history.h
|
||||
rm -f ../fix_freeze.h
|
||||
rm -f ../fix_pour.h
|
||||
rm -f ../fix_wall_gran.h
|
||||
rm -f ../pair_gran_hertz_history.h
|
||||
rm -f ../pair_gran_hooke.h
|
||||
rm -f ../pair_gran_hooke_history.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -32,32 +32,32 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../ewald.cpp
|
||||
rm ../pppm.cpp
|
||||
rm ../pppm_tip4p.cpp
|
||||
rm ../pair_born_coul_long.cpp
|
||||
rm ../pair_buck_coul_long.cpp
|
||||
rm ../pair_coul_long.cpp
|
||||
rm ../pair_lj_cut_coul_long.cpp
|
||||
rm ../pair_lj_cut_coul_long_tip4p.cpp
|
||||
rm ../pair_lj_charmm_coul_long.cpp
|
||||
rm ../fft3d.cpp
|
||||
rm ../fft3d_wrap.cpp
|
||||
rm ../remap.cpp
|
||||
rm ../remap_wrap.cpp
|
||||
rm -f ../ewald.cpp
|
||||
rm -f ../pppm.cpp
|
||||
rm -f ../pppm_tip4p.cpp
|
||||
rm -f ../pair_born_coul_long.cpp
|
||||
rm -f ../pair_buck_coul_long.cpp
|
||||
rm -f ../pair_coul_long.cpp
|
||||
rm -f ../pair_lj_cut_coul_long.cpp
|
||||
rm -f ../pair_lj_cut_coul_long_tip4p.cpp
|
||||
rm -f ../pair_lj_charmm_coul_long.cpp
|
||||
rm -f ../fft3d.cpp
|
||||
rm -f ../fft3d_wrap.cpp
|
||||
rm -f ../remap.cpp
|
||||
rm -f ../remap_wrap.cpp
|
||||
|
||||
rm ../ewald.h
|
||||
rm ../pppm.h
|
||||
rm ../pppm_tip4p.h
|
||||
rm ../pair_born_coul_long.h
|
||||
rm ../pair_buck_coul_long.h
|
||||
rm ../pair_coul_long.h
|
||||
rm ../pair_lj_cut_coul_long.h
|
||||
rm ../pair_lj_cut_coul_long_tip4p.h
|
||||
rm ../pair_lj_charmm_coul_long.h
|
||||
rm ../fft3d.h
|
||||
rm ../fft3d_wrap.h
|
||||
rm ../remap.h
|
||||
rm ../remap_wrap.h
|
||||
rm -f ../ewald.h
|
||||
rm -f ../pppm.h
|
||||
rm -f ../pppm_tip4p.h
|
||||
rm -f ../pair_born_coul_long.h
|
||||
rm -f ../pair_buck_coul_long.h
|
||||
rm -f ../pair_coul_long.h
|
||||
rm -f ../pair_lj_cut_coul_long.h
|
||||
rm -f ../pair_lj_cut_coul_long_tip4p.h
|
||||
rm -f ../pair_lj_charmm_coul_long.h
|
||||
rm -f ../fft3d.h
|
||||
rm -f ../fft3d_wrap.h
|
||||
rm -f ../remap.h
|
||||
rm -f ../remap_wrap.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -26,26 +26,26 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../fix_qeq_comb.cpp
|
||||
rm ../pair_airebo.cpp
|
||||
rm ../pair_comb.cpp
|
||||
rm ../pair_eam.cpp
|
||||
rm ../pair_eam_alloy.cpp
|
||||
rm ../pair_eam_fs.cpp
|
||||
rm ../pair_eim.cpp
|
||||
rm ../pair_sw.cpp
|
||||
rm ../pair_tersoff.cpp
|
||||
rm ../pair_tersoff_zbl.cpp
|
||||
rm -f ../fix_qeq_comb.cpp
|
||||
rm -f ../pair_airebo.cpp
|
||||
rm -f ../pair_comb.cpp
|
||||
rm -f ../pair_eam.cpp
|
||||
rm -f ../pair_eam_alloy.cpp
|
||||
rm -f ../pair_eam_fs.cpp
|
||||
rm -f ../pair_eim.cpp
|
||||
rm -f ../pair_sw.cpp
|
||||
rm -f ../pair_tersoff.cpp
|
||||
rm -f ../pair_tersoff_zbl.cpp
|
||||
|
||||
rm ../fix_qeq_comb.h
|
||||
rm ../pair_airebo.h
|
||||
rm ../pair_comb.h
|
||||
rm ../pair_eam.h
|
||||
rm ../pair_eam_alloy.h
|
||||
rm ../pair_eam_fs.h
|
||||
rm ../pair_eim.h
|
||||
rm ../pair_sw.h
|
||||
rm ../pair_tersoff.h
|
||||
rm ../pair_tersoff_zbl.h
|
||||
rm -f ../fix_qeq_comb.h
|
||||
rm -f ../pair_airebo.h
|
||||
rm -f ../pair_comb.h
|
||||
rm -f ../pair_eam.h
|
||||
rm -f ../pair_eam_alloy.h
|
||||
rm -f ../pair_eam_fs.h
|
||||
rm -f ../pair_eim.h
|
||||
rm -f ../pair_sw.h
|
||||
rm -f ../pair_tersoff.h
|
||||
rm -f ../pair_tersoff_zbl.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -25,8 +25,8 @@ elif (test $1 = 0) then
|
|||
sed -i -e 's/[^ \t]*meam_[^ \t]*) //' ../Makefile.package
|
||||
fi
|
||||
|
||||
rm ../pair_meam.cpp
|
||||
rm -f ../pair_meam.cpp
|
||||
|
||||
rm ../pair_meam.h
|
||||
rm -f ../pair_meam.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -78,78 +78,78 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../angle_charmm.cpp
|
||||
rm ../angle_cosine.cpp
|
||||
rm ../angle_cosine_delta.cpp
|
||||
rm ../angle_cosine_periodic.cpp
|
||||
rm ../angle_cosine_squared.cpp
|
||||
rm ../angle_harmonic.cpp
|
||||
rm ../angle_hybrid.cpp
|
||||
rm ../angle_table.cpp
|
||||
rm ../atom_vec_angle.cpp
|
||||
rm ../atom_vec_bond.cpp
|
||||
rm ../atom_vec_full.cpp
|
||||
rm ../atom_vec_molecular.cpp
|
||||
rm ../bond_fene.cpp
|
||||
rm ../bond_fene_expand.cpp
|
||||
rm ../bond_harmonic.cpp
|
||||
rm ../bond_morse.cpp
|
||||
rm ../bond_nonlinear.cpp
|
||||
rm ../bond_quartic.cpp
|
||||
rm ../bond_table.cpp
|
||||
rm ../dihedral_charmm.cpp
|
||||
rm ../dihedral_harmonic.cpp
|
||||
rm ../dihedral_helix.cpp
|
||||
rm ../dihedral_hybrid.cpp
|
||||
rm ../dihedral_multi_harmonic.cpp
|
||||
rm ../dihedral_opls.cpp
|
||||
rm ../fix_bond_break.cpp
|
||||
rm ../fix_bond_create.cpp
|
||||
rm ../fix_bond_swap.cpp
|
||||
rm ../improper_cvff.cpp
|
||||
rm ../improper_harmonic.cpp
|
||||
rm ../improper_hybrid.cpp
|
||||
rm ../improper_umbrella.cpp
|
||||
rm ../pair_hbond_dreiding_lj.cpp
|
||||
rm ../pair_hbond_dreiding_morse.cpp
|
||||
rm ../pair_lj_charmm_coul_charmm.cpp
|
||||
rm ../pair_lj_charmm_coul_charmm_implicit.cpp
|
||||
rm -f ../angle_charmm.cpp
|
||||
rm -f ../angle_cosine.cpp
|
||||
rm -f ../angle_cosine_delta.cpp
|
||||
rm -f ../angle_cosine_periodic.cpp
|
||||
rm -f ../angle_cosine_squared.cpp
|
||||
rm -f ../angle_harmonic.cpp
|
||||
rm -f ../angle_hybrid.cpp
|
||||
rm -f ../angle_table.cpp
|
||||
rm -f ../atom_vec_angle.cpp
|
||||
rm -f ../atom_vec_bond.cpp
|
||||
rm -f ../atom_vec_full.cpp
|
||||
rm -f ../atom_vec_molecular.cpp
|
||||
rm -f ../bond_fene.cpp
|
||||
rm -f ../bond_fene_expand.cpp
|
||||
rm -f ../bond_harmonic.cpp
|
||||
rm -f ../bond_morse.cpp
|
||||
rm -f ../bond_nonlinear.cpp
|
||||
rm -f ../bond_quartic.cpp
|
||||
rm -f ../bond_table.cpp
|
||||
rm -f ../dihedral_charmm.cpp
|
||||
rm -f ../dihedral_harmonic.cpp
|
||||
rm -f ../dihedral_helix.cpp
|
||||
rm -f ../dihedral_hybrid.cpp
|
||||
rm -f ../dihedral_multi_harmonic.cpp
|
||||
rm -f ../dihedral_opls.cpp
|
||||
rm -f ../fix_bond_break.cpp
|
||||
rm -f ../fix_bond_create.cpp
|
||||
rm -f ../fix_bond_swap.cpp
|
||||
rm -f ../improper_cvff.cpp
|
||||
rm -f ../improper_harmonic.cpp
|
||||
rm -f ../improper_hybrid.cpp
|
||||
rm -f ../improper_umbrella.cpp
|
||||
rm -f ../pair_hbond_dreiding_lj.cpp
|
||||
rm -f ../pair_hbond_dreiding_morse.cpp
|
||||
rm -f ../pair_lj_charmm_coul_charmm.cpp
|
||||
rm -f ../pair_lj_charmm_coul_charmm_implicit.cpp
|
||||
|
||||
rm ../angle_charmm.h
|
||||
rm ../angle_cosine.h
|
||||
rm ../angle_cosine_delta.h
|
||||
rm ../angle_cosine_periodic.h
|
||||
rm ../angle_cosine_squared.h
|
||||
rm ../angle_harmonic.h
|
||||
rm ../angle_hybrid.h
|
||||
rm ../angle_table.h
|
||||
rm ../atom_vec_angle.h
|
||||
rm ../atom_vec_bond.h
|
||||
rm ../atom_vec_full.h
|
||||
rm ../atom_vec_molecular.h
|
||||
rm ../bond_fene.h
|
||||
rm ../bond_fene_expand.h
|
||||
rm ../bond_harmonic.h
|
||||
rm ../bond_morse.h
|
||||
rm ../bond_nonlinear.h
|
||||
rm ../bond_quartic.h
|
||||
rm ../bond_table.h
|
||||
rm ../dihedral_charmm.h
|
||||
rm ../dihedral_harmonic.h
|
||||
rm ../dihedral_helix.h
|
||||
rm ../dihedral_hybrid.h
|
||||
rm ../dihedral_multi_harmonic.h
|
||||
rm ../dihedral_opls.h
|
||||
rm ../fix_bond_break.h
|
||||
rm ../fix_bond_create.h
|
||||
rm ../fix_bond_swap.h
|
||||
rm ../improper_cvff.h
|
||||
rm ../improper_harmonic.h
|
||||
rm ../improper_hybrid.h
|
||||
rm ../improper_umbrella.h
|
||||
rm ../pair_hbond_dreiding_lj.h
|
||||
rm ../pair_hbond_dreiding_morse.h
|
||||
rm ../pair_lj_charmm_coul_charmm.h
|
||||
rm ../pair_lj_charmm_coul_charmm_implicit.h
|
||||
rm -f ../angle_charmm.h
|
||||
rm -f ../angle_cosine.h
|
||||
rm -f ../angle_cosine_delta.h
|
||||
rm -f ../angle_cosine_periodic.h
|
||||
rm -f ../angle_cosine_squared.h
|
||||
rm -f ../angle_harmonic.h
|
||||
rm -f ../angle_hybrid.h
|
||||
rm -f ../angle_table.h
|
||||
rm -f ../atom_vec_angle.h
|
||||
rm -f ../atom_vec_bond.h
|
||||
rm -f ../atom_vec_full.h
|
||||
rm -f ../atom_vec_molecular.h
|
||||
rm -f ../bond_fene.h
|
||||
rm -f ../bond_fene_expand.h
|
||||
rm -f ../bond_harmonic.h
|
||||
rm -f ../bond_morse.h
|
||||
rm -f ../bond_nonlinear.h
|
||||
rm -f ../bond_quartic.h
|
||||
rm -f ../bond_table.h
|
||||
rm -f ../dihedral_charmm.h
|
||||
rm -f ../dihedral_harmonic.h
|
||||
rm -f ../dihedral_helix.h
|
||||
rm -f ../dihedral_hybrid.h
|
||||
rm -f ../dihedral_multi_harmonic.h
|
||||
rm -f ../dihedral_opls.h
|
||||
rm -f ../fix_bond_break.h
|
||||
rm -f ../fix_bond_create.h
|
||||
rm -f ../fix_bond_swap.h
|
||||
rm -f ../improper_cvff.h
|
||||
rm -f ../improper_harmonic.h
|
||||
rm -f ../improper_hybrid.h
|
||||
rm -f ../improper_umbrella.h
|
||||
rm -f ../pair_hbond_dreiding_lj.h
|
||||
rm -f ../pair_hbond_dreiding_morse.h
|
||||
rm -f ../pair_lj_charmm_coul_charmm.h
|
||||
rm -f ../pair_lj_charmm_coul_charmm_implicit.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -156,7 +156,7 @@ no-%:
|
|||
@if [ ! -e $(NODIR) ]; then \
|
||||
echo "Package $(@:no-%=%) does not exist"; \
|
||||
else \
|
||||
echo "Uninstalling package $(@:no-%=%), ignore errors"; \
|
||||
echo "Uninstalling package $(@:no-%=%); \
|
||||
cd $(NODIR); $(SHELL) Install.sh 0; cd ..; $(SHELL) Depend.sh 0; \
|
||||
fi;
|
||||
|
||||
|
|
|
@ -25,18 +25,18 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../pair_eam_opt.cpp
|
||||
rm ../pair_eam_alloy_opt.cpp
|
||||
rm ../pair_eam_fs_opt.cpp
|
||||
rm ../pair_lj_charmm_coul_long_opt.cpp
|
||||
rm ../pair_lj_cut_opt.cpp
|
||||
rm ../pair_morse_opt.cpp
|
||||
rm -f ../pair_eam_opt.cpp
|
||||
rm -f ../pair_eam_alloy_opt.cpp
|
||||
rm -f ../pair_eam_fs_opt.cpp
|
||||
rm -f ../pair_lj_charmm_coul_long_opt.cpp
|
||||
rm -f ../pair_lj_cut_opt.cpp
|
||||
rm -f ../pair_morse_opt.cpp
|
||||
|
||||
rm ../pair_eam_opt.h
|
||||
rm ../pair_eam_alloy_opt.h
|
||||
rm ../pair_eam_fs_opt.h
|
||||
rm ../pair_lj_charmm_coul_long_opt.h
|
||||
rm ../pair_lj_cut_opt.h
|
||||
rm ../pair_morse_opt.h
|
||||
rm -f ../pair_eam_opt.h
|
||||
rm -f ../pair_eam_alloy_opt.h
|
||||
rm -f ../pair_eam_fs_opt.h
|
||||
rm -f ../pair_lj_charmm_coul_long_opt.h
|
||||
rm -f ../pair_lj_cut_opt.h
|
||||
rm -f ../pair_morse_opt.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -16,16 +16,16 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm -f ../atom_vec_peri.cpp
|
||||
rm -f ../pair_peri_pmb.cpp
|
||||
rm -f ../pair_peri_lps.cpp
|
||||
rm -f ../fix_peri_neigh.cpp
|
||||
rm -f ../compute_damage_atom.cpp
|
||||
rm -f -f ../atom_vec_peri.cpp
|
||||
rm -f -f ../pair_peri_pmb.cpp
|
||||
rm -f -f ../pair_peri_lps.cpp
|
||||
rm -f -f ../fix_peri_neigh.cpp
|
||||
rm -f -f ../compute_damage_atom.cpp
|
||||
|
||||
rm -f ../atom_vec_peri.h
|
||||
rm -f ../pair_peri_pmb.h
|
||||
rm -f ../pair_peri_lps.h
|
||||
rm -f ../fix_peri_neigh.h
|
||||
rm -f ../compute_damage_atom.h
|
||||
rm -f -f ../atom_vec_peri.h
|
||||
rm -f -f ../pair_peri_pmb.h
|
||||
rm -f -f ../pair_peri_lps.h
|
||||
rm -f -f ../fix_peri_neigh.h
|
||||
rm -f -f ../compute_damage_atom.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -20,8 +20,8 @@ elif (test $1 = 0) then
|
|||
sed -i -e 's/[^ \t]*poems //' ../Makefile.package
|
||||
fi
|
||||
|
||||
rm ../fix_poems.cpp
|
||||
rm -f ../fix_poems.cpp
|
||||
|
||||
rm ../fix_poems.h
|
||||
rm -f ../fix_poems.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -28,11 +28,11 @@ elif (test $1 = 0) then
|
|||
sed -i -e 's/[^ \t]*reax_[^ \t]*) //' ../Makefile.package
|
||||
fi
|
||||
|
||||
rm ../pair_reax.cpp
|
||||
rm ../pair_reax.h
|
||||
rm ../pair_reax_fortran.h
|
||||
rm -f ../pair_reax.cpp
|
||||
rm -f ../pair_reax.h
|
||||
rm -f ../pair_reax_fortran.h
|
||||
|
||||
rm ../fix_reax_bonds.h
|
||||
rm ../fix_reax_bonds.cpp
|
||||
rm -f ../fix_reax_bonds.h
|
||||
rm -f ../fix_reax_bonds.cpp
|
||||
|
||||
fi
|
||||
|
|
|
@ -24,24 +24,24 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../compute_event_displace.cpp
|
||||
rm ../fix_event.cpp
|
||||
rm ../fix_event_prd.cpp
|
||||
rm ../fix_event_tad.cpp
|
||||
rm ../fix_neb.cpp
|
||||
rm ../neb.cpp
|
||||
rm ../prd.cpp
|
||||
rm ../tad.cpp
|
||||
rm ../temper.cpp
|
||||
rm -f ../compute_event_displace.cpp
|
||||
rm -f ../fix_event.cpp
|
||||
rm -f ../fix_event_prd.cpp
|
||||
rm -f ../fix_event_tad.cpp
|
||||
rm -f ../fix_neb.cpp
|
||||
rm -f ../neb.cpp
|
||||
rm -f ../prd.cpp
|
||||
rm -f ../tad.cpp
|
||||
rm -f ../temper.cpp
|
||||
|
||||
rm ../compute_event_displace.h
|
||||
rm ../fix_event.h
|
||||
rm ../fix_event_prd.h
|
||||
rm ../fix_event_tad.h
|
||||
rm ../fix_neb.h
|
||||
rm ../neb.h
|
||||
rm ../prd.h
|
||||
rm ../tad.h
|
||||
rm ../temper.h
|
||||
rm -f ../compute_event_displace.h
|
||||
rm -f ../fix_event.h
|
||||
rm -f ../fix_event_prd.h
|
||||
rm -f ../fix_event_tad.h
|
||||
rm -f ../fix_neb.h
|
||||
rm -f ../neb.h
|
||||
rm -f ../prd.h
|
||||
rm -f ../tad.h
|
||||
rm -f ../temper.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -8,8 +8,8 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../fix_msst.cpp
|
||||
rm -f ../fix_msst.cpp
|
||||
|
||||
rm ../fix_msst.h
|
||||
rm -f ../fix_msst.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -10,10 +10,10 @@ if (test $1 == 1) then
|
|||
|
||||
elif (test $1 == 0) then
|
||||
|
||||
rm ../fix_srd.cpp
|
||||
rm ../fix_wall_srd.cpp
|
||||
rm -f ../fix_srd.cpp
|
||||
rm -f ../fix_wall_srd.cpp
|
||||
|
||||
rm ../fix_srd.h
|
||||
rm ../fix_wall_srd.h
|
||||
rm -f ../fix_srd.h
|
||||
rm -f ../fix_wall_srd.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -8,8 +8,8 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../compute_ackland_atom.cpp
|
||||
rm -f ../compute_ackland_atom.cpp
|
||||
|
||||
rm ../compute_ackland_atom.h
|
||||
rm -f ../compute_ackland_atom.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -24,8 +24,8 @@ elif (test $1 = 0) then
|
|||
sed -i -e 's/[^ \t]*atc_[^ \t]*) //' ../Makefile.package
|
||||
fi
|
||||
|
||||
rm ../fix_atc.h
|
||||
rm ../fix_atc.cpp
|
||||
rm -f ../fix_atc.h
|
||||
rm -f ../fix_atc.cpp
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../pair_cdeam.cpp
|
||||
rm -f ../pair_cdeam.cpp
|
||||
|
||||
rm ../pair_cdeam.h
|
||||
rm -f ../pair_cdeam.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -25,20 +25,20 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../angle_cg_cmm.h
|
||||
rm ../angle_cg_cmm.cpp
|
||||
rm -f ../angle_cg_cmm.h
|
||||
rm -f ../angle_cg_cmm.cpp
|
||||
|
||||
rm ../cg_cmm_parms.h
|
||||
rm ../cg_cmm_parms.cpp
|
||||
rm -f ../cg_cmm_parms.h
|
||||
rm -f ../cg_cmm_parms.cpp
|
||||
|
||||
rm ../pair_cmm_common.h
|
||||
rm ../pair_cmm_common.cpp
|
||||
rm ../pair_cg_cmm.cpp
|
||||
rm ../pair_cg_cmm.h
|
||||
rm ../pair_cg_cmm_coul_cut.cpp
|
||||
rm ../pair_cg_cmm_coul_cut.h
|
||||
rm -f ../pair_cmm_common.h
|
||||
rm -f ../pair_cmm_common.cpp
|
||||
rm -f ../pair_cg_cmm.cpp
|
||||
rm -f ../pair_cg_cmm.h
|
||||
rm -f ../pair_cg_cmm_coul_cut.cpp
|
||||
rm -f ../pair_cg_cmm_coul_cut.h
|
||||
|
||||
rm ../pair_cg_cmm_coul_long.cpp
|
||||
rm ../pair_cg_cmm_coul_long.h
|
||||
rm -f ../pair_cg_cmm_coul_long.cpp
|
||||
rm -f ../pair_cg_cmm_coul_long.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -214,137 +214,138 @@ elif (test $1 = 0) then
|
|||
|
||||
touch ../accelerator_cuda.h
|
||||
|
||||
rm ../atom_vec_angle_cuda.cpp
|
||||
rm ../atom_vec_atomic_cuda.cpp
|
||||
rm ../atom_vec_charge_cuda.cpp
|
||||
rm ../atom_vec_full_cuda.cpp
|
||||
rm ../comm_cuda.cpp
|
||||
rm ../compute_pe_cuda.cpp
|
||||
rm ../compute_pressure_cuda.cpp
|
||||
rm ../compute_temp_cuda.cpp
|
||||
rm ../compute_temp_partial_cuda.cpp
|
||||
rm ../domain_cuda.cpp
|
||||
rm ../fft3d_cuda.cpp
|
||||
rm ../fft3d_wrap_cuda.cpp
|
||||
rm ../fix_addforce_cuda.cpp
|
||||
rm ../fix_aveforce_cuda.cpp
|
||||
rm ../fix_enforce2d_cuda.cpp
|
||||
rm ../fix_freeze_cuda.cpp
|
||||
rm ../fix_gravity_cuda.cpp
|
||||
rm ../fix_nh_cuda.cpp
|
||||
rm ../fix_npt_cuda.cpp
|
||||
rm ../fix_nve_cuda.cpp
|
||||
rm ../fix_nvt_cuda.cpp
|
||||
rm ../fix_set_force_cuda.cpp
|
||||
rm ../fix_shake_cuda.cpp
|
||||
rm ../fix_temp_berendsen_cuda.cpp
|
||||
rm ../fix_temp_rescale_cuda.cpp
|
||||
rm ../fix_temp_rescale_limit_cuda.cpp
|
||||
rm ../fix_viscous_cuda.cpp
|
||||
rm ../modify_cuda.cpp
|
||||
rm ../neighbor_cuda.cpp
|
||||
rm ../neigh_full_cuda.cpp
|
||||
rm ../pair_born_coul_long_cuda.cpp
|
||||
rm ../pair_buck_coul_cut_cuda.cpp
|
||||
rm ../pair_buck_coul_long_cuda.cpp
|
||||
rm ../pair_buck_cuda.cpp
|
||||
rm ../pair_cg_cmm_coul_cut_cuda.cpp
|
||||
rm ../pair_cg_cmm_coul_debye_cuda.cpp
|
||||
rm ../pair_cg_cmm_coul_long_cuda.cpp
|
||||
rm ../pair_cg_cmm_cuda.cpp
|
||||
rm ../pair_eam_alloy_cuda.cpp
|
||||
rm ../pair_eam_cuda.cpp
|
||||
rm ../pair_eam_fs_cuda.cpp
|
||||
rm ../pair_gran_hooke_cuda.cpp
|
||||
rm ../pair_lj96_cut_cuda.cpp
|
||||
rm ../pair_lj_charmm_coul_charmm_cuda.cpp
|
||||
rm ../pair_lj_charmm_coul_charmm_implicit_cuda.cpp
|
||||
rm ../pair_lj_charmm_coul_long_cuda.cpp
|
||||
rm ../pair_lj_class2_coul_cut_cuda.cpp
|
||||
rm ../pair_lj_class2_coul_long_cuda.cpp
|
||||
rm ../pair_lj_class2_cuda.cpp
|
||||
rm ../pair_lj_cut_coul_cut_cuda.cpp
|
||||
rm ../pair_lj_cut_coul_debye_cuda.cpp
|
||||
rm ../pair_lj_cut_coul_long_cuda.cpp
|
||||
rm ../pair_lj_cut_cuda.cpp
|
||||
rm ../pair_lj_cut_experimental_cuda.cpp
|
||||
rm ../pair_lj_expand_cuda.cpp
|
||||
rm ../pair_lj_gromacs_coul_gromacs_cuda.cpp
|
||||
rm ../pair_lj_gromacs_cuda.cpp
|
||||
rm ../pair_lj_smooth_cuda.cpp
|
||||
rm ../pair_morse_cuda.cpp
|
||||
rm ../pppm_cuda.cpp
|
||||
rm ../verlet_cuda.cpp
|
||||
rm -f ../atom_vec_angle_cuda.cpp
|
||||
rm -f ../atom_vec_atomic_cuda.cpp
|
||||
rm -f ../atom_vec_charge_cuda.cpp
|
||||
rm -f ../atom_vec_full_cuda.cpp
|
||||
rm -f ../comm_cuda.cpp
|
||||
rm -f ../compute_pe_cuda.cpp
|
||||
rm -f ../compute_pressure_cuda.cpp
|
||||
rm -f ../compute_temp_cuda.cpp
|
||||
rm -f ../compute_temp_partial_cuda.cpp
|
||||
rm -f ../domain_cuda.cpp
|
||||
rm -f ../fft3d_cuda.cpp
|
||||
rm -f ../fft3d_wrap_cuda.cpp
|
||||
rm -f ../fix_addforce_cuda.cpp
|
||||
rm -f ../fix_aveforce_cuda.cpp
|
||||
rm -f ../fix_enforce2d_cuda.cpp
|
||||
rm -f ../fix_freeze_cuda.cpp
|
||||
rm -f ../fix_gravity_cuda.cpp
|
||||
rm -f ../fix_nh_cuda.cpp
|
||||
rm -f ../fix_npt_cuda.cpp
|
||||
rm -f ../fix_nve_cuda.cpp
|
||||
rm -f ../fix_nvt_cuda.cpp
|
||||
rm -f ../fix_set_force_cuda.cpp
|
||||
rm -f ../fix_shake_cuda.cpp
|
||||
rm -f ../fix_temp_berendsen_cuda.cpp
|
||||
rm -f ../fix_temp_rescale_cuda.cpp
|
||||
rm -f ../fix_temp_rescale_limit_cuda.cpp
|
||||
rm -f ../fix_viscous_cuda.cpp
|
||||
rm -f ../modify_cuda.cpp
|
||||
rm -f ../neighbor_cuda.cpp
|
||||
rm -f ../neigh_full_cuda.cpp
|
||||
rm -f ../pair_born_coul_long_cuda.cpp
|
||||
rm -f ../pair_buck_coul_cut_cuda.cpp
|
||||
rm -f ../pair_buck_coul_long_cuda.cpp
|
||||
rm -f ../pair_buck_cuda.cpp
|
||||
rm -f ../pair_cg_cmm_coul_cut_cuda.cpp
|
||||
rm -f ../pair_cg_cmm_coul_debye_cuda.cpp
|
||||
rm -f ../pair_cg_cmm_coul_long_cuda.cpp
|
||||
rm -f ../pair_cg_cmm_cuda.cpp
|
||||
rm -f ../pair_eam_alloy_cuda.cpp
|
||||
rm -f ../pair_eam_cuda.cpp
|
||||
rm -f ../pair_eam_fs_cuda.cpp
|
||||
rm -f ../pair_gran_hooke_cuda.cpp
|
||||
rm -f ../pair_lj96_cut_cuda.cpp
|
||||
rm -f ../pair_lj_charmm_coul_charmm_cuda.cpp
|
||||
rm -f ../pair_lj_charmm_coul_charmm_implicit_cuda.cpp
|
||||
rm -f ../pair_lj_charmm_coul_long_cuda.cpp
|
||||
rm -f ../pair_lj_class2_coul_cut_cuda.cpp
|
||||
rm -f ../pair_lj_class2_coul_long_cuda.cpp
|
||||
rm -f ../pair_lj_class2_cuda.cpp
|
||||
rm -f ../pair_lj_cut_coul_cut_cuda.cpp
|
||||
rm -f ../pair_lj_cut_coul_debye_cuda.cpp
|
||||
rm -f ../pair_lj_cut_coul_long_cuda.cpp
|
||||
rm -f ../pair_lj_cut_cuda.cpp
|
||||
rm -f ../pair_lj_cut_experimental_cuda.cpp
|
||||
rm -f ../pair_lj_expand_cuda.cpp
|
||||
rm -f ../pair_lj_gromacs_coul_gromacs_cuda.cpp
|
||||
rm -f ../pair_lj_gromacs_cuda.cpp
|
||||
rm -f ../pair_lj_smooth_cuda.cpp
|
||||
rm -f ../pair_morse_cuda.cpp
|
||||
rm -f ../pppm_cuda.cpp
|
||||
rm -f ../verlet_cuda.cpp
|
||||
|
||||
rm ../cuda.cpp
|
||||
rm ../cuda_neigh_list.cpp
|
||||
rm -f ../cuda.cpp
|
||||
rm -f ../cuda_neigh_list.cpp
|
||||
|
||||
rm ../atom_vec_angle_cuda.h
|
||||
rm ../atom_vec_atomic_cuda.h
|
||||
rm ../atom_vec_charge_cuda.h
|
||||
rm ../atom_vec_full_cuda.h
|
||||
rm ../comm_cuda.h
|
||||
rm ../compute_pe_cuda.h
|
||||
rm ../compute_pressure_cuda.h
|
||||
rm ../compute_temp_cuda.h
|
||||
rm ../compute_temp_partial_cuda.h
|
||||
rm ../domain_cuda.h
|
||||
rm ../fft3d_cuda.h
|
||||
rm ../fft3d_wrap_cuda.h
|
||||
rm ../fix_addforce_cuda.h
|
||||
rm ../fix_aveforce_cuda.h
|
||||
rm ../fix_enforce2d_cuda.h
|
||||
rm ../fix_freeze_cuda.h
|
||||
rm ../fix_gravity_cuda.h
|
||||
rm ../fix_nh_cuda.h
|
||||
rm ../fix_npt_cuda.h
|
||||
rm ../fix_nve_cuda.h
|
||||
rm ../fix_nvt_cuda.h
|
||||
rm ../fix_set_force_cuda.h
|
||||
rm ../fix_shake_cuda.h
|
||||
rm ../fix_temp_berendsen_cuda.h
|
||||
rm ../fix_temp_rescale_cuda.h
|
||||
rm ../fix_temp_rescale_limit_cuda.h
|
||||
rm ../fix_viscous_cuda.h
|
||||
rm ../modify_cuda.h
|
||||
rm ../neighbor_cuda.h
|
||||
rm ../pair_born_coul_long_cuda.h
|
||||
rm ../pair_buck_coul_cut_cuda.h
|
||||
rm ../pair_buck_coul_long_cuda.h
|
||||
rm ../pair_buck_cuda.h
|
||||
rm ../pair_cg_cmm_coul_cut_cuda.h
|
||||
rm ../pair_cg_cmm_coul_debye_cuda.h
|
||||
rm ../pair_cg_cmm_coul_long_cuda.h
|
||||
rm ../pair_cg_cmm_cuda.h
|
||||
rm ../pair_eam_alloy_cuda.h
|
||||
rm ../pair_eam_cuda.h
|
||||
rm ../pair_eam_fs_cuda.h
|
||||
rm ../pair_gran_hooke_cuda.h
|
||||
rm ../pair_lj96_cut_cuda.h
|
||||
rm ../pair_lj_charmm_coul_charmm_cuda.h
|
||||
rm ../pair_lj_charmm_coul_charmm_implicit_cuda.h
|
||||
rm ../pair_lj_charmm_coul_long_cuda.h
|
||||
rm ../pair_lj_class2_coul_cut_cuda.h
|
||||
rm ../pair_lj_class2_coul_long_cuda.h
|
||||
rm ../pair_lj_class2_cuda.h
|
||||
rm ../pair_lj_cut_coul_cut_cuda.h
|
||||
rm ../pair_lj_cut_coul_debye_cuda.h
|
||||
rm ../pair_lj_cut_coul_long_cuda.h
|
||||
rm ../pair_lj_cut_cuda.h
|
||||
rm ../pair_lj_cut_experimental_cuda.h
|
||||
rm ../pair_lj_expand_cuda.h
|
||||
rm ../pair_lj_gromacs_coul_gromacs_cuda.h
|
||||
rm ../pair_lj_gromacs_cuda.h
|
||||
rm ../pair_lj_smooth_cuda.h
|
||||
rm ../pair_morse_cuda.h
|
||||
rm ../pppm_cuda.h
|
||||
rm ../verlet_cuda.h
|
||||
rm -f ../atom_vec_angle_cuda.h
|
||||
rm -f ../atom_vec_atomic_cuda.h
|
||||
rm -f ../atom_vec_charge_cuda.h
|
||||
rm -f ../atom_vec_full_cuda.h
|
||||
rm -f ../comm_cuda.h
|
||||
rm -f ../compute_pe_cuda.h
|
||||
rm -f ../compute_pressure_cuda.h
|
||||
rm -f ../compute_temp_cuda.h
|
||||
rm -f ../compute_temp_partial_cuda.h
|
||||
rm -f ../domain_cuda.h
|
||||
rm -f ../fft3d_cuda.h
|
||||
rm -f ../fft3d_wrap_cuda.h
|
||||
rm -f ../fix_addforce_cuda.h
|
||||
rm -f ../fix_aveforce_cuda.h
|
||||
rm -f ../fix_enforce2d_cuda.h
|
||||
rm -f ../fix_freeze_cuda.h
|
||||
rm -f ../fix_gravity_cuda.h
|
||||
rm -f ../fix_nh_cuda.h
|
||||
rm -f ../fix_npt_cuda.h
|
||||
rm -f ../fix_nve_cuda.h
|
||||
rm -f ../fix_nvt_cuda.h
|
||||
rm -f ../fix_set_force_cuda.h
|
||||
rm -f ../fix_shake_cuda.h
|
||||
rm -f ../fix_temp_berendsen_cuda.h
|
||||
rm -f ../fix_temp_rescale_cuda.h
|
||||
rm -f ../fix_temp_rescale_limit_cuda.h
|
||||
rm -f ../fix_viscous_cuda.h
|
||||
rm -f ../modify_cuda.h
|
||||
rm -f ../neighbor_cuda.h
|
||||
rm -f ../pair_born_coul_long_cuda.h
|
||||
rm -f ../pair_buck_coul_cut_cuda.h
|
||||
rm -f ../pair_buck_coul_long_cuda.h
|
||||
rm -f ../pair_buck_cuda.h
|
||||
rm -f ../pair_cg_cmm_coul_cut_cuda.h
|
||||
rm -f ../pair_cg_cmm_coul_debye_cuda.h
|
||||
rm -f ../pair_cg_cmm_coul_long_cuda.h
|
||||
rm -f ../pair_cg_cmm_cuda.h
|
||||
rm -f ../pair_eam_alloy_cuda.h
|
||||
rm -f ../pair_eam_cuda.h
|
||||
rm -f ../pair_eam_fs_cuda.h
|
||||
rm -f ../pair_gran_hooke_cuda.h
|
||||
rm -f ../pair_lj96_cut_cuda.h
|
||||
rm -f ../pair_lj_charmm_coul_charmm_cuda.h
|
||||
rm -f ../pair_lj_charmm_coul_charmm_implicit_cuda.h
|
||||
rm -f ../pair_lj_charmm_coul_long_cuda.h
|
||||
rm -f ../pair_lj_class2_coul_cut_cuda.h
|
||||
rm -f ../pair_lj_class2_coul_long_cuda.h
|
||||
rm -f ../pair_lj_class2_cuda.h
|
||||
rm -f ../pair_lj_cut_coul_cut_cuda.h
|
||||
rm -f ../pair_lj_cut_coul_debye_cuda.h
|
||||
rm -f ../pair_lj_cut_coul_long_cuda.h
|
||||
rm -f ../pair_lj_cut_cuda.h
|
||||
rm -f ../pair_lj_cut_experimental_cuda.h
|
||||
rm -f ../pair_lj_expand_cuda.h
|
||||
rm -f ../pair_lj_gromacs_coul_gromacs_cuda.h
|
||||
rm -f ../pair_lj_gromacs_cuda.h
|
||||
rm -f ../pair_lj_smooth_cuda.h
|
||||
rm -f ../pair_morse_cuda.h
|
||||
rm -f ../pppm_cuda.h
|
||||
rm -f ../verlet_cuda.h
|
||||
|
||||
rm -f ../cuda.h
|
||||
rm -f ../cuda_common.h
|
||||
rm -f ../cuda_data.h
|
||||
rm -f ../cuda_modify_flags.h
|
||||
rm -f ../cuda_neigh_list.h
|
||||
rm -f ../cuda_precision.h
|
||||
rm -f ../cuda_shared.h
|
||||
|
||||
rm ../cuda.h
|
||||
rm ../cuda_common.h
|
||||
rm ../cuda_data.h
|
||||
rm ../cuda_modify_flags.h
|
||||
rm ../cuda_neigh_list.h
|
||||
rm ../cuda_precision.h
|
||||
rm ../cuda_shared.h
|
||||
fi
|
||||
|
|
|
@ -37,37 +37,37 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../atom_vec_electron.cpp
|
||||
rm ../pair_eff_cut.cpp
|
||||
rm ../compute_ke_eff.cpp
|
||||
rm ../compute_ke_atom_eff.cpp
|
||||
rm ../compute_temp_deform_eff.cpp
|
||||
rm ../compute_temp_eff.cpp
|
||||
rm ../compute_temp_region_eff.cpp
|
||||
rm ../fix_langevin_eff.cpp ..
|
||||
rm ../fix_nh_eff.cpp
|
||||
rm ../fix_nve_eff.cpp
|
||||
rm ../fix_nvt_eff.cpp
|
||||
rm ../fix_nvt_sllod_eff.cpp
|
||||
rm ../fix_npt_eff.cpp
|
||||
rm ../fix_nph_eff.cpp
|
||||
rm ../fix_temp_rescale_eff.cpp
|
||||
rm -f ../atom_vec_electron.cpp
|
||||
rm -f ../pair_eff_cut.cpp
|
||||
rm -f ../compute_ke_eff.cpp
|
||||
rm -f ../compute_ke_atom_eff.cpp
|
||||
rm -f ../compute_temp_deform_eff.cpp
|
||||
rm -f ../compute_temp_eff.cpp
|
||||
rm -f ../compute_temp_region_eff.cpp
|
||||
rm -f ../fix_langevin_eff.cpp ..
|
||||
rm -f ../fix_nh_eff.cpp
|
||||
rm -f ../fix_nve_eff.cpp
|
||||
rm -f ../fix_nvt_eff.cpp
|
||||
rm -f ../fix_nvt_sllod_eff.cpp
|
||||
rm -f ../fix_npt_eff.cpp
|
||||
rm -f ../fix_nph_eff.cpp
|
||||
rm -f ../fix_temp_rescale_eff.cpp
|
||||
|
||||
rm ../atom_vec_electron.h
|
||||
rm ../pair_eff_cut.h
|
||||
rm ../pair_eff_inline.h
|
||||
rm ../compute_ke_eff.h
|
||||
rm ../compute_ke_atom_eff.h
|
||||
rm ../compute_temp_deform_eff.h
|
||||
rm ../compute_temp_eff.h
|
||||
rm ../compute_temp_region_eff.h
|
||||
rm ../fix_langevin_eff.h ..
|
||||
rm ../fix_nh_eff.h
|
||||
rm ../fix_nve_eff.h
|
||||
rm ../fix_nvt_eff.h
|
||||
rm ../fix_nvt_sllod_eff.h
|
||||
rm ../fix_npt_eff.h
|
||||
rm ../fix_nph_eff.h
|
||||
rm ../fix_temp_rescale_eff.h
|
||||
rm -f ../atom_vec_electron.h
|
||||
rm -f ../pair_eff_cut.h
|
||||
rm -f ../pair_eff_inline.h
|
||||
rm -f ../compute_ke_eff.h
|
||||
rm -f ../compute_ke_atom_eff.h
|
||||
rm -f ../compute_temp_deform_eff.h
|
||||
rm -f ../compute_temp_eff.h
|
||||
rm -f ../compute_temp_region_eff.h
|
||||
rm -f ../fix_langevin_eff.h ..
|
||||
rm -f ../fix_nh_eff.h
|
||||
rm -f ../fix_nve_eff.h
|
||||
rm -f ../fix_nvt_eff.h
|
||||
rm -f ../fix_nvt_sllod_eff.h
|
||||
rm -f ../fix_npt_eff.h
|
||||
rm -f ../fix_nph_eff.h
|
||||
rm -f ../fix_temp_rescale_eff.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -15,15 +15,15 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../ewald_n.cpp
|
||||
rm ../pair_buck_coul.cpp
|
||||
rm ../pair_lj_coul.cpp
|
||||
rm -f ../ewald_n.cpp
|
||||
rm -f ../pair_buck_coul.cpp
|
||||
rm -f ../pair_lj_coul.cpp
|
||||
|
||||
rm ../ewald_n.h
|
||||
rm ../pair_buck_coul.h
|
||||
rm ../pair_lj_coul.h
|
||||
rm -f ../ewald_n.h
|
||||
rm -f ../pair_buck_coul.h
|
||||
rm -f ../pair_lj_coul.h
|
||||
|
||||
rm ../math_vector.h
|
||||
rm ../math_complex.h
|
||||
rm -f ../math_vector.h
|
||||
rm -f ../math_complex.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -8,8 +8,8 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../fix_imd.cpp
|
||||
rm -f ../fix_imd.cpp
|
||||
|
||||
rm ../fix_imd.h
|
||||
rm -f ../fix_imd.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -58,58 +58,58 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../pair_reax_c.cpp
|
||||
rm ../fix_qeq_reax.cpp
|
||||
rm ../fix_reax_c.cpp
|
||||
rm -f ../pair_reax_c.cpp
|
||||
rm -f ../fix_qeq_reax.cpp
|
||||
rm -f ../fix_reax_c.cpp
|
||||
|
||||
rm ../pair_reax_c.h
|
||||
rm ../fix_qeq_reax.h
|
||||
rm ../fix_reax_c.h
|
||||
rm -f ../pair_reax_c.h
|
||||
rm -f ../fix_qeq_reax.h
|
||||
rm -f ../fix_reax_c.h
|
||||
|
||||
rm ../reaxc_allocate.cpp
|
||||
rm ../reaxc_basic_comm.cpp
|
||||
rm ../reaxc_bond_orders.cpp
|
||||
rm ../reaxc_bonds.cpp
|
||||
rm ../reaxc_control.cpp
|
||||
rm ../reaxc_ffield.cpp
|
||||
rm ../reaxc_forces.cpp
|
||||
rm ../reaxc_hydrogen_bonds.cpp
|
||||
rm ../reaxc_init_md.cpp
|
||||
rm ../reaxc_io_tools.cpp
|
||||
rm ../reaxc_list.cpp
|
||||
rm ../reaxc_lookup.cpp
|
||||
rm ../reaxc_multi_body.cpp
|
||||
rm ../reaxc_nonbonded.cpp
|
||||
rm ../reaxc_reset_tools.cpp
|
||||
rm ../reaxc_system_props.cpp
|
||||
rm ../reaxc_tool_box.cpp
|
||||
rm ../reaxc_torsion_angles.cpp
|
||||
rm ../reaxc_traj.cpp
|
||||
rm ../reaxc_valence_angles.cpp
|
||||
rm ../reaxc_vector.cpp
|
||||
rm -f ../reaxc_allocate.cpp
|
||||
rm -f ../reaxc_basic_comm.cpp
|
||||
rm -f ../reaxc_bond_orders.cpp
|
||||
rm -f ../reaxc_bonds.cpp
|
||||
rm -f ../reaxc_control.cpp
|
||||
rm -f ../reaxc_ffield.cpp
|
||||
rm -f ../reaxc_forces.cpp
|
||||
rm -f ../reaxc_hydrogen_bonds.cpp
|
||||
rm -f ../reaxc_init_md.cpp
|
||||
rm -f ../reaxc_io_tools.cpp
|
||||
rm -f ../reaxc_list.cpp
|
||||
rm -f ../reaxc_lookup.cpp
|
||||
rm -f ../reaxc_multi_body.cpp
|
||||
rm -f ../reaxc_nonbonded.cpp
|
||||
rm -f ../reaxc_reset_tools.cpp
|
||||
rm -f ../reaxc_system_props.cpp
|
||||
rm -f ../reaxc_tool_box.cpp
|
||||
rm -f ../reaxc_torsion_angles.cpp
|
||||
rm -f ../reaxc_traj.cpp
|
||||
rm -f ../reaxc_valence_angles.cpp
|
||||
rm -f ../reaxc_vector.cpp
|
||||
|
||||
rm ../reaxc_allocate.h
|
||||
rm ../reaxc_basic_comm.h
|
||||
rm ../reaxc_bond_orders.h
|
||||
rm ../reaxc_bonds.h
|
||||
rm ../reaxc_control.h
|
||||
rm ../reaxc_defs.h
|
||||
rm ../reaxc_ffield.h
|
||||
rm ../reaxc_forces.h
|
||||
rm ../reaxc_hydrogen_bonds.h
|
||||
rm ../reaxc_init_md.h
|
||||
rm ../reaxc_io_tools.h
|
||||
rm ../reaxc_list.h
|
||||
rm ../reaxc_lookup.h
|
||||
rm ../reaxc_multi_body.h
|
||||
rm ../reaxc_nonbonded.h
|
||||
rm ../reaxc_reset_tools.h
|
||||
rm ../reaxc_system_props.h
|
||||
rm ../reaxc_tool_box.h
|
||||
rm ../reaxc_torsion_angles.h
|
||||
rm ../reaxc_traj.h
|
||||
rm ../reaxc_types.h
|
||||
rm ../reaxc_valence_angles.h
|
||||
rm ../reaxc_vector.h
|
||||
rm -f ../reaxc_allocate.h
|
||||
rm -f ../reaxc_basic_comm.h
|
||||
rm -f ../reaxc_bond_orders.h
|
||||
rm -f ../reaxc_bonds.h
|
||||
rm -f ../reaxc_control.h
|
||||
rm -f ../reaxc_defs.h
|
||||
rm -f ../reaxc_ffield.h
|
||||
rm -f ../reaxc_forces.h
|
||||
rm -f ../reaxc_hydrogen_bonds.h
|
||||
rm -f ../reaxc_init_md.h
|
||||
rm -f ../reaxc_io_tools.h
|
||||
rm -f ../reaxc_list.h
|
||||
rm -f ../reaxc_lookup.h
|
||||
rm -f ../reaxc_multi_body.h
|
||||
rm -f ../reaxc_nonbonded.h
|
||||
rm -f ../reaxc_reset_tools.h
|
||||
rm -f ../reaxc_system_props.h
|
||||
rm -f ../reaxc_tool_box.h
|
||||
rm -f ../reaxc_torsion_angles.h
|
||||
rm -f ../reaxc_traj.h
|
||||
rm -f ../reaxc_types.h
|
||||
rm -f ../reaxc_valence_angles.h
|
||||
rm -f ../reaxc_vector.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -8,8 +8,8 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../fix_smd.cpp
|
||||
rm -f ../fix_smd.cpp
|
||||
|
||||
rm ../fix_smd.h
|
||||
rm -f ../fix_smd.h
|
||||
|
||||
fi
|
||||
|
|
|
@ -11,11 +11,11 @@ if (test $1 = 1) then
|
|||
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm ../dump_xtc.cpp
|
||||
rm -f ../dump_xtc.cpp
|
||||
|
||||
rm ../dump_xtc.h
|
||||
rm -f ../dump_xtc.h
|
||||
|
||||
rm ../xdr_compat.cpp
|
||||
rm ../xdr_compat.h
|
||||
rm -f ../xdr_compat.cpp
|
||||
rm -f ../xdr_compat.h
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue