Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 8cd98e7

Browse files
authored
Abort from rank printing error message (#346)
1 parent 2e34f42 commit 8cd98e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreneuron/io/nrn_setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,8 +1230,8 @@ void read_phase2(FileHandler& F, int imult, NrnThread& nt) {
12301230
printf(
12311231
"Error : NEURON and CoreNEURON must use same mod files for compatibility, %d different mod file(s) found. Re-compile special and special-core!\n",
12321232
diff_mech_count);
1233+
nrn_abort(1);
12331234
}
1234-
nrn_abort(1);
12351235
}
12361236

12371237
nt._nidata = F.read_int();

0 commit comments

Comments
 (0)