binary2txt tool

Dear lammps developers,

I have to use the binary2txt tool but don’t know how to edit my makefile so that I can run this tool on my platform. (I am not familiar with writing make files)
I have attached my current makefile and the makefile included in the tools directory.

Would you please advise regarding this?

Thank you.
Samin

Makefile.openmpi (3.34 KB)

Makefile2 (653 Bytes)

Dear lammps developers,

I have to use the binary2txt tool but don't know how to edit my makefile so
that I can run this tool on my platform. (I am not familiar with writing
make files)
I have attached my current makefile and the makefile included in the tools
directory.

Would you please advise regarding this?

this is nonsense. the binary2txt source is
a standalone source code. just compile it
into an executable and be done with it. no
makefile needed at all.

axel.

The tools dir has a Makeifle. If you simply
type "make binary2txt" in that dir, you should
get an exe file: binary2txt. If not, you will
need to edit that Makefile, e.g. to use a compiler
on your system. Instructions for running binary2txt
are listed at the top of the file tools/binary2txt.cpp.

Steve