Hello,
I tried installing 1.8.4 using the command,
REMORA_INSTALL_PREFIX=/home/laytonjb/bin/remora-1.8.4 ./install.sh
and I got an error:
ar rvs libsyscom.a common.o ioconf.o
ar: creating libsyscom.a
a - common.o
a - ioconf.o
gcc -o mpstat -g -O2 -Wall -Wstrict-prototypes -pipe -O2 mpstat.o librdstats_light.a libsyscom.a -s
Installing mpstat ...
./install.sh: 82: ./install.sh: Syntax error: Bad fd number
./install.sh: 77: [: unexpected operator
./install.sh: 88: ./install.sh: Syntax error: Bad fd number
./install.sh: 83: [: unexpected operator
./install.sh: 91: ./install.sh: Syntax error: "&" unexpected
BTW I'm using gcc -7.5.0 and gfortran 7.5.0 (this is Ubuntu 18.04).
In looking at the install.sh script is 1.8.4 targeted only at either Intel MPI or MVAPICH2?
Thanks!
Jeff
Hello,
I tried installing 1.8.4 using the command,
REMORA_INSTALL_PREFIX=/home/laytonjb/bin/remora-1.8.4 ./install.sh
and I got an error:
ar rvs libsyscom.a common.o ioconf.o
ar: creating libsyscom.a
a - common.o
a - ioconf.o
gcc -o mpstat -g -O2 -Wall -Wstrict-prototypes -pipe -O2 mpstat.o librdstats_light.a libsyscom.a -s
Installing mpstat ...
./install.sh: 82: ./install.sh: Syntax error: Bad fd number
./install.sh: 77: [: unexpected operator
./install.sh: 88: ./install.sh: Syntax error: Bad fd number
./install.sh: 83: [: unexpected operator
./install.sh: 91: ./install.sh: Syntax error: "&" unexpected
BTW I'm using gcc -7.5.0 and gfortran 7.5.0 (this is Ubuntu 18.04).
In looking at the install.sh script is 1.8.4 targeted only at either Intel MPI or MVAPICH2?
Thanks!
Jeff