Skip to content

Commit e16cf76

Browse files
committed
add dos2unix
1 parent 71323e5 commit e16cf76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/cp2k2xyz/xyz2cp2k.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export PATH=$PATH:/home/chen/software/cp2k-2024.1/exe/local
99
xyz_file="trj.xyz"
1010
template_inp="test.inp"
1111

12+
dos2unix ${xyz_file} ${template_inp}
13+
1214
# Set the number of cores
1315
num_cores=48 # You can change this value as needed
1416

0 commit comments

Comments
 (0)