Commit 5df0c127 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

cleanup and reorganize tools

parent f6b2b70c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<tool id="neutrons_amml_cp2k" name="CP2K simulation"  profile="22.05" version="0.2.1">
<tool id="neutrons_amml_cp2k" name="CP2K Simulation"  profile="22.05" version="0.2.1">
  <description></description>
    <requirements>
        <container shell="/bin/bash" type="docker">cp2k/cp2k:2023.1</container>
+1 −1
Original line number Diff line number Diff line
<tool id="neutrons_amml_cp2k_convert" name="CP2K output parsing"  profile="22.05" version="0.2.0">
<tool id="neutrons_amml_cp2k_convert" name="CP2K Output Parsing"  profile="22.05" version="0.2.0">
  <description></description>
    <requirements>
        <container type="docker">code.ornl.gov:4567/ndip/tool-sources/amml/convert-from-cp2k:0.1</container>
+1 −1
Original line number Diff line number Diff line
<tool id="neutrons_amml_lammps" name="LAMMPS simulation"  profile="22.05" version="0.2.1">
<tool id="neutrons_amml_lammps" name="LAMMPS Simulation"  profile="22.05" version="0.2.1">
  <description></description>
    <requirements>
        <container type="docker">ghcr.io/deepmodeling/deepmd-kit:2.2.1_cuda11.6_gpu</container>
+1 −1
Original line number Diff line number Diff line
<tool id="neutrons_amml_oclimax" name="INS simulation with OCLIMAX"  profile="22.05" version="0.2.0">
<tool id="neutrons_amml_oclimax" name="INS Simulation with OCLIMAX"  profile="22.05" version="0.2.0">
  <description></description>
    <requirements>
        <container type="docker">ornliceman/oclimax</container>
+2 −2
Original line number Diff line number Diff line
@@ -45,6 +45,6 @@

    </outputs>
<help><![CDATA[
        AMML PClimax tool
    Runs PClimax Tool
]]></help>
</tool>
Loading