Commit fa4ef708 authored by iafoss's avatar iafoss
Browse files

code issues

parent c793db66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ endforeach()
##############################################
# add lib sources of (simple) enabled packages
############################################
foreach(SIMPLE_LIB POEMS USER-ATC USER-AWPMD USER-H5MD USER-MESONT)
foreach(SIMPLE_LIB POEMS USER-ATC USER-AWPMD USER-H5MD)
  if(PKG_${SIMPLE_LIB})
    string(REGEX REPLACE "^USER-" "" PKG_LIB "${SIMPLE_LIB}")
    string(TOLOWER "${PKG_LIB}" PKG_LIB)
+2 −9
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ additional letters in parenthesis: g = GPU, i = USER-INTEL, k =
KOKKOS, o = USER-OMP, t = OPT.

.. table_from_list::
   :columns: 6
   :columns: 5

   * :doc:`ackland/atom <compute_ackland_atom>`
   * :doc:`adf <compute_adf>`
@@ -79,16 +79,10 @@ KOKKOS, o = USER-OMP, t = OPT.
   * :doc:`ke/atom/eff <compute_ke_atom_eff>`
   * :doc:`ke/eff <compute_ke_eff>`
   * :doc:`ke/rigid <compute_ke_rigid>`
   * :doc:`mesont/Es <compute_mesont>`
   * :doc:`mesont/Eb <compute_mesont>`
   * :doc:`mesont/Et <compute_mesont>`
   * :doc:`mesont/B <compute_mesont>`
   * :doc:`mesont/Es_tot <compute_mesont>`
   * :doc:`mesont/Eb_tot <compute_mesont>`
   * :doc:`mesont/Et_tot <compute_mesont>`
   * :doc:`meso/e/atom <compute_meso_e_atom>`
   * :doc:`meso/rho/atom <compute_meso_rho_atom>`
   * :doc:`meso/t/atom <compute_meso_t_atom>`
   * :doc:`mesont <compute_mesont>`
   * :doc:`momentum <compute_momentum>`
   * :doc:`msd <compute_msd>`
   * :doc:`msd/chunk <compute_msd_chunk>`
@@ -170,4 +164,3 @@ KOKKOS, o = USER-OMP, t = OPT.
   * :doc:`vcm/chunk <compute_vcm_chunk>`
   * :doc:`voronoi/atom <compute_voronoi_atom>`
   * :doc:`xrd <compute_xrd>`
+4 −2
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ OPT.
   * :doc:`zero <pair_zero>`
   * :doc:`hybrid (k) <pair_hybrid>`
   * :doc:`hybrid/overlay (k) <pair_hybrid>`
   * :doc:`kim <pair_kim>`
   * :doc:`list <pair_list>`
   *
   *
   *
   *
   *
@@ -110,14 +114,12 @@ OPT.
   * :doc:`hbond/dreiding/lj (o) <pair_hbond_dreiding>`
   * :doc:`hbond/dreiding/morse (o) <pair_hbond_dreiding>`
   * :doc:`ilp/graphene/hbn <pair_ilp_graphene_hbn>`
   * :doc:`kim <pair_kim>`
   * :doc:`kolmogorov/crespi/full <pair_kolmogorov_crespi_full>`
   * :doc:`kolmogorov/crespi/z <pair_kolmogorov_crespi_z>`
   * :doc:`lcbop <pair_lcbop>`
   * :doc:`lebedeva/z <pair_lebedeva_z>`
   * :doc:`lennard/mdf <pair_mdf>`
   * :doc:`line/lj <pair_line_lj>`
   * :doc:`list <pair_list>`
   * :doc:`lj/charmm/coul/charmm (iko) <pair_charmm>`
   * :doc:`lj/charmm/coul/charmm/implicit (ko) <pair_charmm>`
   * :doc:`lj/charmm/coul/long (gikot) <pair_charmm>`
+237 −65

File changed.

Preview size limit exceeded, changes collapsed.

+88 −88

File changed.

Preview size limit exceeded, changes collapsed.

Loading