Skip to content

Commit

Permalink
remove unnecessary lines in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 23, 2024
1 parent fd5e9a5 commit 46cc14a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
6 changes: 0 additions & 6 deletions sample/moller/dsqss/AFH-chain/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ prologue:
code: |
module purge
module load oneapi_compiler/2023.0.0 openmpi/4.1.5-oneapi-2023.0.0-classic
ulimit -s unlimited
source ~/env/conda.sh
conda activate htptools
source /home/issp/materiapps/oneapi_compiler_classic-2023.0.0--openmpi-4.1.5/parallel/parallelvars-20210622-1.sh
source /home/issp/materiapps/oneapi_compiler_classic-2023.0.0--openmpi-4.1.5/dsqss/dsqssvars.sh
Expand Down
7 changes: 1 addition & 6 deletions sample/moller/hphi/AFH-chain/2S_1/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ prologue:
code: |
echo "start"
date
module purge
module load oneapi_compiler/2023.0.0 openmpi/4.1.5-oneapi-2023.0.0-classic
ulimit -s unlimited
source ~/env/conda.sh
conda activate htptools
source /home/issp/materiapps/oneapi_compiler_classic-2023.0.0--openmpi-4.1.5/parallel/parallelvars-20210622-1.sh
source /home/issp/materiapps/oneapi_compiler_classic-2023.0.0--openmpi-4.1.5/hphi/hphivars.sh
Expand Down
7 changes: 1 addition & 6 deletions sample/moller/hphi/AFH-chain/2S_2/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ prologue:
code: |
echo "start"
date
module purge
module load oneapi_compiler/2023.0.0 openmpi/4.1.5-oneapi-2023.0.0-classic
ulimit -s unlimited
source ~/env/conda.sh
conda activate htptools
source /home/issp/materiapps/oneapi_compiler_classic-2023.0.0--openmpi-4.1.5/parallel/parallelvars-20210622-1.sh
source /home/issp/materiapps/oneapi_compiler_classic-2023.0.0--openmpi-4.1.5/hphi/hphivars.sh
Expand Down

0 comments on commit 46cc14a

Please sign in to comment.