-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Dear VFS-Wind Developers,
I am trying to run the test_02 case. However, an error appears.
lucky@NjustQin:~/desktop/vfs-wind/Instructional_Cases/Test_02_VIV_Mounted_Cyll$ ./data.sh
[NjustQin:03873] *** Process received signal ***
[NjustQin:03873] Signal: Segmentation fault (11)
[NjustQin:03873] Signal code: Address not mapped (1)
[NjustQin:03873] Failing at address: 0x44000098
[NjustQin:03873] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x11670) [0x7effa1937670]
[NjustQin:03873] [ 1] /usr/local/lib/libmpi.so.1(PMPI_Comm_rank+0x3e) [0x7effa22d3c8e]
[NjustQin:03873] [ 2] ./vwis(PetscInitialize+0x2ac) [0x560e690a1c1d]
[NjustQin:03873] [ 3] ./vwis(main+0x45) [0x560e68f5fd75]
[NjustQin:03873] [ 4] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7effa157f3f1]
[NjustQin:03873] [ 5] ./vwis(_start+0x2a) [0x560e68f66bca]
[NjustQin:03873] *** End of error message ***
--------------------------------------------------------------------------
mpiexec noticed that process rank 0 with PID 3873 on node NjustQin exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
The data.sh file is changed as
#!/bin/bash
### Job name
#PS -N Charles_Test_Prime
### Mail to user
#PBS -m ae
#PBS -k o
#PBS -l nodes=1:ppn=16
#PBS -l walltime=00:10:00
#PBS -j oe
cd ~/desktop/vfs-wind/Source
/usr/local/bin/mpiexec --bind-to-core ./vwis > err1
Would you please help me solve the problem?
Best regards,
Jianhua
Metadata
Metadata
Assignees
Labels
No labels