Skip to content

Commit

Permalink
Fix the ppafm code on daint computer (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpignedoli authored Jul 12, 2024
1 parent f4d5c09 commit 923ec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daint.cscs.ch/gpu/codes/ppafm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ filepath_executable: /users/cpi/aiida-soft/run_{{ code_name }}.sh
prepend_text: |
export PATH="/users/cpi/miniconda3/bin:$PATH"
eval "$(conda shell.posix hook)"
econda activate /users/cpi/miniconda3/envs/env-{{ code_name }}
conda activate /users/cpi/miniconda3/envs/env-{{ code_name }}
append_text: ''
metadata:
template_variables:
Expand Down

0 comments on commit 923ec01

Please sign in to comment.