|
|
还是不能运行,不知道orca4.0 有没有openmpi1.6.5版本的
脚本内容如下:
#BSUB -W 0:05
#BSUB -n 18
#BSUB -R "span[ptile=18]"
#BSUB -q cpu_dbg
#BSUB -o %J.out
#BSUB -e %J.err
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/soft/compiler/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/shaofeng/openmpi/lib
export PATH=$PATH:/home/shaofeng/openmpi/bin
export PATH=$PATH:/home/shaofeng/software/orca_4_0_0_linux_x86-64
/home/shaofeng/software/orca_4_0_0_linux_x86-64/orca fer_H2AsO4.inp > fer_H2AsO4.out
错误信息如下:
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[c5210:28549] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[c5210:28545] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
|
|