Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

How can you do 'New Math' problems with an 'Old Math' mind? -- Charles Schulz


computers / comp.os.linux.misc / Is this a binary? How execute it?

SubjectAuthor
* Is this a binary? How execute it?vjp2.at
+- Re: Is this a binary? How execute it?Lew Pitcher
`- Re: Is this a binary? How execute it?Andreas Kohlbach

1
Is this a binary? How execute it?

<u33hou$8sa$1@reader2.panix.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=12436&group=comp.os.linux.misc#12436

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!.POSTED.panix2.panix.com!not-for-mail
From: vjp2.at@at.BioStrategist.dot.dot.com
Newsgroups: comp.os.linux.misc
Subject: Is this a binary? How execute it?
Date: Fri, 5 May 2023 18:26:38 -0000 (UTC)
Organization: Samani Marions Panyaught NYC-11357-3436-287-USA
Message-ID: <u33hou$8sa$1@reader2.panix.com>
Injection-Date: Fri, 5 May 2023 18:26:38 -0000 (UTC)
Injection-Info: reader2.panix.com; posting-host="panix2.panix.com:166.84.1.2";
logging-data="9098"; mail-complaints-to="abuse@panix.com"
User-Agent: tin/2.6.0-20210823 ("Coleburn") (NetBSD/9.3 (amd64))
 by: vjp2.at@at.BioStrategist.dot.dot.com - Fri, 5 May 2023 18:26 UTC

https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz/lammps-static/bin/lmp

Am using CAELinux (ubuntu)

--
Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---

Re: Is this a binary? How execute it?

<u33jba$2d6io$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=12437&group=comp.os.linux.misc#12437

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: lew.pitcher@digitalfreehold.ca (Lew Pitcher)
Newsgroups: comp.os.linux.misc
Subject: Re: Is this a binary? How execute it?
Date: Fri, 5 May 2023 18:53:30 -0000 (UTC)
Organization: The Pitcher Digital Freehold
Lines: 53
Message-ID: <u33jba$2d6io$1@dont-email.me>
References: <u33hou$8sa$1@reader2.panix.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 5 May 2023 18:53:30 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f8ead7789a3dfd83a2ac2e4ba3e23545";
logging-data="2529880"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+5UwgjvH5zAAw+G3HsN5CatvTaSevY76k="
User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508
git://git.gnome.org/pan2)
Cancel-Lock: sha1:z38NZYXZNMZl8h7oJatUXm8Iyf4=
 by: Lew Pitcher - Fri, 5 May 2023 18:53 UTC

On Fri, 05 May 2023 18:26:38 +0000, vjp2.at wrote:

> https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz/lammps-static/bin/lmp

Nope. That's not a binary. In fact, that URL doesn't exist
14:44 $ wget "https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz/lammps-static/bin/lmp"" rel="nofollow" target="_blank">https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz/lammps-static/bin/lmp"
--2023-05-05 14:44:31-- https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz/lammps-static/bin/lmp
Resolving download.lammps.org... 129.32.84.230
Connecting to download.lammps.org|129.32.84.230|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-05-05 14:44:31 ERROR 404: Not Found.

On the other hand, https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz
does exist. And, when you untar the retrieved tarball file, you do get a bunch of files
in laamps-static/bin.

And, those files all seem to be
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped
most with debug_info.

As for how you execute it, why not read the accompanying man page in
laamps-static/share/man/man1/lmp.1? It says, in part,
LAMMPS(1) General Commands Manual LAMMPS(1)

NAME
LAMMPS - Molecular Dynamics Simulator. Version 28 March 2023

SYNOPSIS
lmp -in <input file> [OPTIONS] ...

or

mpirun -np 2 lmp -in <input file> [OPTIONS] ...

or

lmp -r2data file.restart file.data

or

lmp -h

seems clear enough, given that it is a molecular dynamics simulator, and
I know nothing about molecular dynamics simulators.

> Am using CAELinux (ubuntu)

Probably not relevant.

HTH
--
Lew Pitcher
"In Skills We Trust"

Re: Is this a binary? How execute it?

<874joqy5ab.fsf@usenet.ankman.de>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=12438&group=comp.os.linux.misc#12438

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ank@spamfence.net (Andreas Kohlbach)
Newsgroups: comp.os.linux.misc
Subject: Re: Is this a binary? How execute it?
Date: Fri, 05 May 2023 14:58:04 -0400
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <874joqy5ab.fsf@usenet.ankman.de>
References: <u33hou$8sa$1@reader2.panix.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="c25c92394f8611eea2e7e6abf108eeef";
logging-data="2594065"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ZPCD+3L/r/2IglP/N6o7l"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock: sha1:ynCPzkG9vrW8+vBmcrEqKT6wP/Q=
sha1:hWKr2v5Sdh5ZJXwhXPxf4SPnnUQ=
X-No-Archive: Yes
 by: Andreas Kohlbach - Fri, 5 May 2023 18:58 UTC

On Fri, 5 May 2023 18:26:38 -0000 (UTC), vjp2.at@at.BioStrategist.dot.dot.com wrote:
>
> https://download.lammps.org/static/lammps-linux-x86_64-28Mar2023.tar.gz/lammps-static/bin/lmp
>
> Am using CAELinux (ubuntu)

It's a compressed TAR archive. Unpack. There are executables
lammps-static/bin you might want to scan for viruses before running.

There are also readme files inside explaining what to do.
--
Andreas

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor