Re: [Wien] error in running .machines file

2018-06-16 Thread Gavin Abo
The "ssh cn308 ldd $WIENROOT/lapw0_mpi" is finding files for your ifort installation like /THFS/opt/intel/composer_xe_2013_sp1.3.174/mkl/lib/intel64/libmkl_scalapack_lp64.so just fine.  So your environmental variables seem to be setup and working fine on both nodes.  It looks like the

Re: [Wien] error in running .machines file

2018-06-16 Thread venkatesh chandragiri
Dear Prof. Marks, I did "ssh othernode ldd $WIENROOT/lapw0_mpi". = [renwei@ln3 ~]$ ssh cn308 ldd $WIENROOT/lapw0_mpi /THFS/opt/intel/composer_xe_2013_sp1.3.174/mkl/bin/mklvars.sh: line 118: manpath: command not found linux-vdso.so.1 => (0x7fffd8fff000)

Re: [Wien] error in running .machines file

2018-06-16 Thread Peter Blaha
cd $WIENROOT edit parallele_options and setUSE_REMOTE and MPI_REMOTE to zero. Then there is no ssh anymore. (But you can use only one node for k-parallel) Regards Am 16.06.2018 um 12:02 schrieb venkatesh chandragiri: Dear Prof. Gavin, I am using slurm based environment for running the

Re: [Wien] error in running .machines file

2018-06-16 Thread venkatesh chandragiri
Dear Prof. Gavin, I am using slurm based environment for running the jobs. I have attached the typical script I made to submit the job. Although, I kept export & source of LD_LIBRARY_PATH and path to the compilervars.sh, I have also source them again by keeping them in separate "myenev" file.