hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
parsa[fn] has joined #ste||ar
parsa[fn] has quit [Quit: Zzz…]
parsa[fn] has joined #ste||ar
Yorlik_ has joined #ste||ar
Yorlik has quit [Ping timeout: 252 seconds]
parsa[fn] has quit [Quit: Zzz…]
parsa[fn] has joined #ste||ar
parsa[fn] has quit [Client Quit]
parsa[fn] has joined #ste||ar
parsa[fn] has quit [Quit: Zzz…]
hkaiser has quit [Quit: Bye!]
parsa[fn] has joined #ste||ar
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 252 seconds]
K-ballo1 is now known as K-ballo
parsa[fn] has quit [Quit: Zzz…]
parsa[fn] has joined #ste||ar
parsa[fn] has quit [Quit: Zzz…]
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
hkaiser has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
<gonidelis[m]>
are .exe files compatible with linux?
<satacker[m]>
Nope, idts
<satacker[m]>
Unless it's just another Linux executable under the hood i.e. naming is just for naming and it's not a windows executable
<hkaiser>
gonidelis[m]: no
<hkaiser>
but you can run them from withing WSL
<hkaiser>
within*
<gonidelis[m]>
ah.... so this means that this cmake file is incompatible with linux?
<gonidelis[m]>
or at least producing files incompatible with linux
<satacker[m]>
I think it'll produce native executable files
<hkaiser>
gonidelis[m]: the cmake file will work, it will generate a different build system, though
<gonidelis[m]>
:/
parsa[fn] has joined #ste||ar
parsa[fn] has quit [Ping timeout: 260 seconds]
<zao>
gonidelis[m]: Those directives just happens to name the executables with an `.exe` suffix, it's still building natively. It's a bit of a cute decision from the project authors.
<gonidelis[m]>
figures
<gonidelis[m]>
so ./whatever.exe would still work?
<zao>
Kind of like how you might see binaries like `nwchem.x`.
<zao>
Yeah, Linux only cares about that the file has executable permissions and is of a supported binary format.