Replies: 1 comment 16 replies
|
The parallel temper example must be run through the notebook as |
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello @mlund
I am testing parallel temper in Faunus.
I have tried to run
temper.ymlscript example.The command is used as --
$yason.py temper.yml | mpirun --np 3 --stdin all faunusIt stuck after the command and nothing has happened, no errors. Only creating three files with names
mpi0.stdout,mpi1.stdout, andmpi2.stdout. My system (Debian 10) is installed openmpi version 3.1.3 and GCC 10.3.0.I performed
$make testafter$make install, which fails fortemper.yml.Can I ask your suggestions?
Thanking you in advance!!
All reactions