Search Results

Search: Posts Made By: jkobori
1,674
Posted By jkobori
openmpi - initialization failed
Hi everybody,

my problem is the following:
I'm trying to run an openmpi program on a cluster (atlasz.elte.hu, it's in hungarian, but you can try google translate),
but I always got this error:
...
2,181
Posted By jkobori
Thanks, ahamed, but I just mistyped it. ...
Thanks, ahamed, but I just mistyped it.
However, if I write the filters this way:

filter=('ubb_sk' 'um2_sk' 'uuu_sk' 'uvv_sk' 'uw1_sk' 'uw2_sk' 'uwh_sk')
it works!
Anyway, it is still a...
2,181
Posted By jkobori
grep for pattern in filename
Hey guys,

here is my code:


#!/bin/bash

filter=('ubb' 'um2' 'uuu' 'uvv' 'uw1' 'uw2' 'uwh')
let num=`ls -l | grep 'sk' | wc -l`
read -a lines <<< `ls -l | grep 'sk' | awk '{print $8}'`...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy